Html Css Color HEX #307FE6 Royal Blue

📋 copy color: '#307FE6'

red 48 ◦ green 127 ◦ blue 230

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

Shades of Royal Blue #307FE6

Tints of Royal Blue #307FE6

RGB

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

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

 BLUE value IS 230 (90.23% from 255) = 56.79%

R = 11.85%
G = 31.36%
B = 56.79%

CMYK

 C value IS 0.79

 M value IS 0.45

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#307FE6 (or 0x307FE6) is known color: Royal Blue. HEX triplet: 30, 7F and E6. RGB value is (48,127,230). Sum of RGB (Red+Green+Blue) = 48+127+230=405 (53% of max value = 765). Red value is 48 (19.14% from 255 or 11.85% from 405); Green value is 127 (50% from 255 or 31.36% from 405); Blue value is 230 (90.23% from 255 or 56.79% from 405); Max value from RGB is 230 - color contains mainly: blue. Hex color #307FE6 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #307FE6 is #CF8019. Grayscale: #727272. Windows color (decimal): -13598746 or 15105840. OLE color: 15105840.

HSL color Cylindrical-coordinate representation of color #307FE6: hue angle of 213.96º degrees, saturation: 0.78, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #307FE6 is Cyan = 0.79, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 48 127 230 -
CMYK 0.79 0.45 0 0.10
HSL 213.96º 0.78% 0.55% -
HSV(B) 213.96º 0.79% 0.9% -
XYZ 23.09 21.52 77.8 -
YUV 115.12 192.83 80.12 -
System Red Green Blue C M Y K H S L
Decimal 48 127 230 0.79 0.45 0 0.10 213.96 0.78 0.55
Hex 30 7F E6 4F 2D 0 A D6 4E 37
Octal 60 177 346 117 55 0 12 326 116 67
Binary 110000 1111111 11100110 1001111 101101 0 1010 11010110 1001110 110111

Color Harmonies of #307FE6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #307FE6

Black with #307FE6

Text Example


Text Example

White with #307FE6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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