Html Css Color HEX #306ACD Royal Blue

📋 copy color: '#306ACD'

red 48 ◦ green 106 ◦ blue 205

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

Shades of Royal Blue #306ACD

Tints of Royal Blue #306ACD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 57.1%

R = 13.37%
G = 29.53%
B = 57.1%

CMYK

 C value IS 0.77

 M value IS 0.48

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#306ACD (or 0x306ACD) is known color: Royal Blue. HEX triplet: 30, 6A and CD. RGB value is (48,106,205). Sum of RGB (Red+Green+Blue) = 48+106+205=359 (47% of max value = 765). Red value is 48 (19.14% from 255 or 13.37% from 359); Green value is 106 (41.80% from 255 or 29.53% from 359); Blue value is 205 (80.47% from 255 or 57.10% from 359); Max value from RGB is 205 - color contains mainly: blue. Hex color #306ACD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #306ACD is #CF9532. Grayscale: #636363. Windows color (decimal): -13604147 or 13462064. OLE color: 13462064.

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

Color convert

RGB 48 106 205 -
CMYK 0.77 0.48 0 0.20
HSL 217.83º 0.62% 0.5% -
HSV(B) 217.83º 0.77% 0.8% -
XYZ 17.39 15.34 59.8 -
YUV 99.94 187.28 90.95 -
System Red Green Blue C M Y K H S L
Decimal 48 106 205 0.77 0.48 0 0.20 217.83 0.62 0.5
Hex 30 6A CD 4D 30 0 14 DA 3E 32
Octal 60 152 315 115 60 0 24 332 76 62
Binary 110000 1101010 11001101 1001101 110000 0 10100 11011010 111110 110010

Color Harmonies of #306ACD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #306ACD

Black with #306ACD

Text Example


Text Example

White with #306ACD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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