#307be8

Color #307BE8 Royal Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Royal Blue #307BE8

Tints of Royal Blue #307BE8

Color information

#307BE8 (or 0x307BE8) is unknown color: approx Royal Blue. HEX triplet: 30, 7B and E8. RGB value is (48,123,232). Sum of RGB (Red+Green+Blue) = 48+123+232=403 (53% of max value = 765). Red value is 48 (19.14% from 255 or 11.91% from 403); Green value is 123 (48.44% from 255 or 30.52% from 403); Blue value is 232 (91.02% from 255 or 57.57% from 403); Max value from RGB is 232 - color contains mainly: blue. Hex color #307BE8 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #307BE8 is #CF8417. Grayscale: #707070. Windows color (decimal): -13599768 or 15235888. OLE color: 15235888.

HSL color Cylindrical-coordinate representation of color #307BE8: hue angle of 215.54º degrees, saturation: 0.8, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #307BE8 is Cyan = 0.79, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB48123232-
CMYK0.790.4700.09
HSL215.54º80%54.9%-
HSV(B)215.54º79.31%90.98%-
XYZ22.8720.6279.12-
YUV113195.1581.64-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 48 (19.14% from 255) = 11.91%
GREEN value IS 123 (48.44% from 255) = 30.52%
BLUE value IS 232 (91.02% from 255) = 57.57%
R=11.91%
G=30.52%
B=57.57%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal481232320.790.4700.09215.548054.9
Hex307BE84F2F09d85037
Octal601733501175701133012067
Binary110000111101111101000100111110111101001110110001010000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #307be8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #307be8; }

 p { color: rgb(48,123,232); }

 H1.HeaderClassName
 {
   color: #307be8;
 }
 .AnyTagClassName
 {
   color: #307be8;
 }
</style>
background-color css

<style>
 a { background-color: #307be8; }

 a { background-color: rgb(48,123,232); }

 div.DivClassName
 {
   background-color: #307be8;
 }
 .BgClassName
 {
   background-color: #307be8;
 }
</style>
border-color css

<style>
 span { border-color: #307be8; }

 span { border-color: rgb(48,123,232); }

 td.TdClassName
 {
   border-color: #307be8;
 }
 .TagClassName
 {
   border-color: #307be8;
 }
</style>