Html Css Color HEX #306CDD Royal Blue

📋 copy color: '#306CDD'

red 48 ◦ green 108 ◦ blue 221

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

Shades of Royal Blue #306CDD

Tints of Royal Blue #306CDD

RGB

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

 GREEN value IS 108 (42.58% from 255) = 28.65%

 BLUE value IS 221 (86.72% from 255) = 58.62%

R = 12.73%
G = 28.65%
B = 58.62%

CMYK

 C value IS 0.78

 M value IS 0.51

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#306CDD (or 0x306CDD) is known color: Royal Blue. HEX triplet: 30, 6C and DD. RGB value is (48,108,221). Sum of RGB (Red+Green+Blue) = 48+108+221=377 (49% of max value = 765). Red value is 48 (19.14% from 255 or 12.73% from 377); Green value is 108 (42.58% from 255 or 28.65% from 377); Blue value is 221 (86.72% from 255 or 58.62% from 377); Max value from RGB is 221 - color contains mainly: blue. Hex color #306CDD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #306CDD is #CF9322. Grayscale: #666666. Windows color (decimal): -13603619 or 14511152. OLE color: 14511152.

HSL color Cylindrical-coordinate representation of color #306CDD: hue angle of 219.19º degrees, saturation: 0.72, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #306CDD is Cyan = 0.78, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 48 108 221 -
CMYK 0.78 0.51 0 0.13
HSL 219.19º 0.72% 0.53% -
HSV(B) 219.19º 0.78% 0.87% -
XYZ 19.63 16.57 70.57 -
YUV 102.94 194.62 88.81 -
System Red Green Blue C M Y K H S L
Decimal 48 108 221 0.78 0.51 0 0.13 219.19 0.72 0.53
Hex 30 6C DD 4E 33 0 D DB 48 35
Octal 60 154 335 116 63 0 15 333 110 65
Binary 110000 1101100 11011101 1001110 110011 0 1101 11011011 1001000 110101

Color Harmonies of #306CDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #306CDD

Black with #306CDD

Text Example


Text Example

White with #306CDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(48,108,221); }

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

background-color css

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

 a { background-color: rgb(48,108,221); }

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

border-color css

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

 span { border-color: rgb(48,108,221); }

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