Html Css Color HEX #306AD2 Royal Blue

📋 copy color: '#306AD2'

red 48 ◦ green 106 ◦ blue 210

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

Shades of Royal Blue #306AD2

Tints of Royal Blue #306AD2

RGB

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

 GREEN value IS 106 (41.8% from 255) = 29.12%

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

R = 13.19%
G = 29.12%
B = 57.69%

CMYK

 C value IS 0.77

 M value IS 0.50

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#306AD2 (or 0x306AD2) is known color: Royal Blue. HEX triplet: 30, 6A and D2. RGB value is (48,106,210). Sum of RGB (Red+Green+Blue) = 48+106+210=364 (48% of max value = 765). Red value is 48 (19.14% from 255 or 13.19% from 364); Green value is 106 (41.80% from 255 or 29.12% from 364); Blue value is 210 (82.42% from 255 or 57.69% from 364); Max value from RGB is 210 - color contains mainly: blue. Hex color #306AD2 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #306AD2 is #CF952D. Grayscale: #646464. Windows color (decimal): -13604142 or 13789744. OLE color: 13789744.

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

Color convert

RGB 48 106 210 -
CMYK 0.77 0.50 0 0.18
HSL 218.52º 0.64% 0.51% -
HSV(B) 218.52º 0.77% 0.82% -
XYZ 18.01 15.59 63.03 -
YUV 100.51 189.78 90.54 -
System Red Green Blue C M Y K H S L
Decimal 48 106 210 0.77 0.50 0 0.18 218.52 0.64 0.51
Hex 30 6A D2 4D 32 0 12 DB 40 33
Octal 60 152 322 115 62 0 22 333 100 63
Binary 110000 1101010 11010010 1001101 110010 0 10010 11011011 1000000 110011

Color Harmonies of #306AD2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #306AD2

Black with #306AD2

Text Example


Text Example

White with #306AD2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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