Html Css Color HEX #307FE8 Royal Blue

📋 copy color: '#307FE8'

red 48 ◦ green 127 ◦ blue 232

#307FE8
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Royal Blue #307FE8

Tints of Royal Blue #307FE8

RGB

 RED value IS 48 (19.14% from 255) = 11.79%

 GREEN value IS 127 (50% from 255) = 31.2%

 BLUE value IS 232 (91.02% from 255) = 57%

R = 11.79%
G = 31.2%
B = 57%

CMYK

 C value IS 0.79

 M value IS 0.45

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#307FE8 (or 0x307FE8) is known color: Royal Blue. HEX triplet: 30, 7F and E8. RGB value is (48,127,232). Sum of RGB (Red+Green+Blue) = 48+127+232=407 (53% of max value = 765). Red value is 48 (19.14% from 255 or 11.79% from 407); Green value is 127 (50% from 255 or 31.20% from 407); Blue value is 232 (91.02% from 255 or 57.00% from 407); Max value from RGB is 232 - color contains mainly: blue. Hex color #307FE8 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #307FE8 is #CF8017. Grayscale: #727272. Windows color (decimal): -13598744 or 15236912. OLE color: 15236912.

HSL color Cylindrical-coordinate representation of color #307FE8: hue angle of 214.24º 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 #307FE8 is Cyan = 0.79, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 48 127 232 -
CMYK 0.79 0.45 0 0.09
HSL 214.24º 0.8% 0.55% -
HSV(B) 214.24º 0.79% 0.91% -
XYZ 23.37 21.63 79.29 -
YUV 115.35 193.83 79.96 -
System Red Green Blue C M Y K H S L
Decimal 48 127 232 0.79 0.45 0 0.09 214.24 0.8 0.55
Hex 30 7F E8 4F 2D 0 9 D6 50 37
Octal 60 177 350 117 55 0 11 326 120 67
Binary 110000 1111111 11101000 1001111 101101 0 1001 11010110 1010000 110111

Color Harmonies of #307FE8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #307FE8

Black with #307FE8

Text Example


Text Example

White with #307FE8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #307FE8;
 }
 .AnyTagClassName
 {
   color: #307FE8;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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