Html Css Color HEX #306FCD Royal Blue

📋 copy color: '#306FCD'

red 48 ◦ green 111 ◦ blue 205

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

Shades of Royal Blue #306FCD

Tints of Royal Blue #306FCD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 56.32%

R = 13.19%
G = 30.49%
B = 56.32%

CMYK

 C value IS 0.77

 M value IS 0.46

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#306FCD (or 0x306FCD) is known color: Royal Blue. HEX triplet: 30, 6F and CD. RGB value is (48,111,205). Sum of RGB (Red+Green+Blue) = 48+111+205=364 (48% of max value = 765). Red value is 48 (19.14% from 255 or 13.19% from 364); Green value is 111 (43.75% from 255 or 30.49% from 364); Blue value is 205 (80.47% from 255 or 56.32% from 364); Max value from RGB is 205 - color contains mainly: blue. Hex color #306FCD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #306FCD is #CF9032. Grayscale: #666666. Windows color (decimal): -13602867 or 13463344. OLE color: 13463344.

HSL color Cylindrical-coordinate representation of color #306FCD: hue angle of 215.92º degrees, saturation: 0.62, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #306FCD is Cyan = 0.77, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 48 111 205 -
CMYK 0.77 0.46 0 0.20
HSL 215.92º 0.62% 0.5% -
HSV(B) 215.92º 0.77% 0.8% -
XYZ 17.92 16.41 59.98 -
YUV 102.88 185.63 88.86 -
System Red Green Blue C M Y K H S L
Decimal 48 111 205 0.77 0.46 0 0.20 215.92 0.62 0.5
Hex 30 6F CD 4D 2E 0 14 D8 3E 32
Octal 60 157 315 115 56 0 24 330 76 62
Binary 110000 1101111 11001101 1001101 101110 0 10100 11011000 111110 110010

Color Harmonies of #306FCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #306FCD

Black with #306FCD

Text Example


Text Example

White with #306FCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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