Html Css Color HEX #306BD2 Royal Blue

📋 copy color: '#306BD2'

red 48 ◦ green 107 ◦ blue 210

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

Shades of Royal Blue #306BD2

Tints of Royal Blue #306BD2

RGB

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

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

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

R = 13.15%
G = 29.32%
B = 57.53%

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

#306BD2 (or 0x306BD2) is known color: Royal Blue. HEX triplet: 30, 6B and D2. RGB value is (48,107,210). Sum of RGB (Red+Green+Blue) = 48+107+210=365 (48% of max value = 765). Red value is 48 (19.14% from 255 or 13.15% from 365); Green value is 107 (42.19% from 255 or 29.32% from 365); Blue value is 210 (82.42% from 255 or 57.53% from 365); Max value from RGB is 210 - color contains mainly: blue. Hex color #306BD2 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #306BD2 is #CF942D. Grayscale: #646464. Windows color (decimal): -13603886 or 13790000. OLE color: 13790000.

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

Color convert

RGB 48 107 210 -
CMYK 0.77 0.49 0 0.18
HSL 218.15º 0.64% 0.51% -
HSV(B) 218.15º 0.77% 0.82% -
XYZ 18.11 15.8 63.07 -
YUV 101.1 189.45 90.12 -
System Red Green Blue C M Y K H S L
Decimal 48 107 210 0.77 0.49 0 0.18 218.15 0.64 0.51
Hex 30 6B D2 4D 31 0 12 DA 40 33
Octal 60 153 322 115 61 0 22 332 100 63
Binary 110000 1101011 11010010 1001101 110001 0 10010 11011010 1000000 110011

Color Harmonies of #306BD2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #306BD2

Black with #306BD2

Text Example


Text Example

White with #306BD2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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