Html Css Color HEX #306DD0 Royal Blue

📋 copy color: '#306DD0'

red 48 ◦ green 109 ◦ blue 208

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

Shades of Royal Blue #306DD0

Tints of Royal Blue #306DD0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 56.99%

R = 13.15%
G = 29.86%
B = 56.99%

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

#306DD0 (or 0x306DD0) is known color: Royal Blue. HEX triplet: 30, 6D and D0. RGB value is (48,109,208). Sum of RGB (Red+Green+Blue) = 48+109+208=365 (48% of max value = 765). Red value is 48 (19.14% from 255 or 13.15% from 365); Green value is 109 (42.97% from 255 or 29.86% from 365); Blue value is 208 (81.64% from 255 or 56.99% from 365); Max value from RGB is 208 - color contains mainly: blue. Hex color #306DD0 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #306DD0 is #CF922F. Grayscale: #656565. Windows color (decimal): -13603376 or 13659440. OLE color: 13659440.

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

Color convert

RGB 48 109 208 -
CMYK 0.77 0.48 0 0.18
HSL 217.13º 0.63% 0.5% -
HSV(B) 217.13º 0.77% 0.82% -
XYZ 18.07 16.12 61.83 -
YUV 102.05 187.79 89.45 -
System Red Green Blue C M Y K H S L
Decimal 48 109 208 0.77 0.48 0 0.18 217.13 0.63 0.5
Hex 30 6D D0 4D 30 0 12 D9 3F 32
Octal 60 155 320 115 60 0 22 331 77 62
Binary 110000 1101101 11010000 1001101 110000 0 10010 11011001 111111 110010

Color Harmonies of #306DD0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #306DD0

Black with #306DD0

Text Example


Text Example

White with #306DD0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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