Html Css Color HEX #306FDD Royal Blue

📋 copy color: '#306FDD'

red 48 ◦ green 111 ◦ blue 221

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

Shades of Royal Blue #306FDD

Tints of Royal Blue #306FDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 58.16%

R = 12.63%
G = 29.21%
B = 58.16%

CMYK

 C value IS 0.78

 M value IS 0.50

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#306FDD (or 0x306FDD) is known color: Royal Blue. HEX triplet: 30, 6F and DD. RGB value is (48,111,221). Sum of RGB (Red+Green+Blue) = 48+111+221=380 (50% of max value = 765). Red value is 48 (19.14% from 255 or 12.63% from 380); Green value is 111 (43.75% from 255 or 29.21% from 380); Blue value is 221 (86.72% from 255 or 58.16% from 380); Max value from RGB is 221 - color contains mainly: blue. Hex color #306FDD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #306FDD is #CF9022. Grayscale: #686868. Windows color (decimal): -13602851 or 14511920. OLE color: 14511920.

HSL color Cylindrical-coordinate representation of color #306FDD: hue angle of 218.15º degrees, saturation: 0.72, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #306FDD is Cyan = 0.78, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 48 111 221 -
CMYK 0.78 0.50 0 0.13
HSL 218.15º 0.72% 0.53% -
HSV(B) 218.15º 0.78% 0.87% -
XYZ 19.95 17.22 70.68 -
YUV 104.7 193.63 87.56 -
System Red Green Blue C M Y K H S L
Decimal 48 111 221 0.78 0.50 0 0.13 218.15 0.72 0.53
Hex 30 6F DD 4E 32 0 D DA 48 35
Octal 60 157 335 116 62 0 15 332 110 65
Binary 110000 1101111 11011101 1001110 110010 0 1101 11011010 1001000 110101

Color Harmonies of #306FDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #306FDD

Black with #306FDD

Text Example


Text Example

White with #306FDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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