Html Css Color HEX #306DD2 Royal Blue

📋 copy color: '#306DD2'

red 48 ◦ green 109 ◦ blue 210

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

Shades of Royal Blue #306DD2

Tints of Royal Blue #306DD2

RGB

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

 GREEN value IS 109 (42.97% from 255) = 29.7%

 BLUE value IS 210 (82.42% from 255) = 57.22%

R = 13.08%
G = 29.7%
B = 57.22%

CMYK

 C value IS 0.77

 M value IS 0.48

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#306DD2 (or 0x306DD2) is known color: Royal Blue. HEX triplet: 30, 6D and D2. RGB value is (48,109,210). Sum of RGB (Red+Green+Blue) = 48+109+210=367 (48% of max value = 765). Red value is 48 (19.14% from 255 or 13.08% from 367); Green value is 109 (42.97% from 255 or 29.70% from 367); Blue value is 210 (82.42% from 255 or 57.22% from 367); Max value from RGB is 210 - color contains mainly: blue. Hex color #306DD2 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #306DD2 is #CF922D. Grayscale: #656565. Windows color (decimal): -13603374 or 13790512. OLE color: 13790512.

HSL color Cylindrical-coordinate representation of color #306DD2: hue angle of 217.41º degrees, saturation: 0.64, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #306DD2 is Cyan = 0.77, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 48 109 210 -
CMYK 0.77 0.48 0 0.18
HSL 217.41º 0.64% 0.51% -
HSV(B) 217.41º 0.77% 0.82% -
XYZ 18.32 16.22 63.14 -
YUV 102.28 188.79 89.29 -
System Red Green Blue C M Y K H S L
Decimal 48 109 210 0.77 0.48 0 0.18 217.41 0.64 0.51
Hex 30 6D D2 4D 30 0 12 D9 40 33
Octal 60 155 322 115 60 0 22 331 100 63
Binary 110000 1101101 11010010 1001101 110000 0 10010 11011001 1000000 110011

Color Harmonies of #306DD2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #306DD2

Black with #306DD2

Text Example


Text Example

White with #306DD2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(48,109,210); }

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

background-color css

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

 a { background-color: rgb(48,109,210); }

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

border-color css

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

 span { border-color: rgb(48,109,210); }

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