Html Css Color HEX #306BD0 Royal Blue

📋 copy color: '#306BD0'

red 48 ◦ green 107 ◦ blue 208

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

Shades of Royal Blue #306BD0

Tints of Royal Blue #306BD0

RGB

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

 GREEN value IS 107 (42.19% from 255) = 29.48%

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

R = 13.22%
G = 29.48%
B = 57.3%

CMYK

 C value IS 0.77

 M value IS 0.49

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#306BD0 (or 0x306BD0) is known color: Royal Blue. HEX triplet: 30, 6B and D0. RGB value is (48,107,208). Sum of RGB (Red+Green+Blue) = 48+107+208=363 (48% of max value = 765). Red value is 48 (19.14% from 255 or 13.22% from 363); Green value is 107 (42.19% from 255 or 29.48% from 363); Blue value is 208 (81.64% from 255 or 57.30% from 363); Max value from RGB is 208 - color contains mainly: blue. Hex color #306BD0 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #306BD0 is #CF942F. Grayscale: #646464. Windows color (decimal): -13603888 or 13658928. OLE color: 13658928.

HSL color Cylindrical-coordinate representation of color #306BD0: hue angle of 217.88º 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 #306BD0 is Cyan = 0.77, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 48 107 208 -
CMYK 0.77 0.49 0 0.18
HSL 217.88º 0.63% 0.5% -
HSV(B) 217.88º 0.77% 0.82% -
XYZ 17.86 15.7 61.76 -
YUV 100.87 188.45 90.29 -
System Red Green Blue C M Y K H S L
Decimal 48 107 208 0.77 0.49 0 0.18 217.88 0.63 0.5
Hex 30 6B D0 4D 31 0 12 DA 3F 32
Octal 60 153 320 115 61 0 22 332 77 62
Binary 110000 1101011 11010000 1001101 110001 0 10010 11011010 111111 110010

Color Harmonies of #306BD0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #306BD0

Black with #306BD0

Text Example


Text Example

White with #306BD0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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