Html Css Color HEX #306FE5 Royal Blue

📋 copy color: '#306FE5'

red 48 ◦ green 111 ◦ blue 229

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

Shades of Royal Blue #306FE5

Tints of Royal Blue #306FE5

RGB

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

 GREEN value IS 111 (43.75% from 255) = 28.61%

 BLUE value IS 229 (89.84% from 255) = 59.02%

R = 12.37%
G = 28.61%
B = 59.02%

CMYK

 C value IS 0.79

 M value IS 0.52

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#306FE5 (or 0x306FE5) is known color: Royal Blue. HEX triplet: 30, 6F and E5. RGB value is (48,111,229). Sum of RGB (Red+Green+Blue) = 48+111+229=388 (51% of max value = 765). Red value is 48 (19.14% from 255 or 12.37% from 388); Green value is 111 (43.75% from 255 or 28.61% from 388); Blue value is 229 (89.84% from 255 or 59.02% from 388); Max value from RGB is 229 - color contains mainly: blue. Hex color #306FE5 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #306FE5 is #CF901A. Grayscale: #696969. Windows color (decimal): -13602843 or 15036208. OLE color: 15036208.

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

Color convert

RGB 48 111 229 -
CMYK 0.79 0.52 0 0.10
HSL 219.12º 0.78% 0.54% -
HSV(B) 219.12º 0.79% 0.9% -
XYZ 21.05 17.65 76.43 -
YUV 105.62 197.63 86.91 -
System Red Green Blue C M Y K H S L
Decimal 48 111 229 0.79 0.52 0 0.10 219.12 0.78 0.54
Hex 30 6F E5 4F 34 0 A DB 4E 36
Octal 60 157 345 117 64 0 12 333 116 66
Binary 110000 1101111 11100101 1001111 110100 0 1010 11011011 1001110 110110

Color Harmonies of #306FE5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #306FE5

Black with #306FE5

Text Example


Text Example

White with #306FE5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #306FE5; }

 p { color: rgb(48,111,229); }

 H1.HeaderClassName
 {
   color: #306FE5;
 }
 .AnyTagClassName
 {
   color: #306FE5;
 }
</style>

background-color css

<style>
 a { background-color: #306FE5; }

 a { background-color: rgb(48,111,229); }

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

border-color css

<style>
 span { border-color: #306FE5; }

 span { border-color: rgb(48,111,229); }

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