Html Css Color HEX #446FDC Royal Blue

📋 copy color: '#446FDC'

red 68 ◦ green 111 ◦ blue 220

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

Shades of Royal Blue #446FDC

Tints of Royal Blue #446FDC

RGB

 RED value IS 68 (26.95% from 255) = 17.04%

 GREEN value IS 111 (43.75% from 255) = 27.82%

 BLUE value IS 220 (86.33% from 255) = 55.14%

R = 17.04%
G = 27.82%
B = 55.14%

CMYK

 C value IS 0.69

 M value IS 0.50

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#446FDC (or 0x446FDC) is known color: Royal Blue. HEX triplet: 44, 6F and DC. RGB value is (68,111,220). Sum of RGB (Red+Green+Blue) = 68+111+220=399 (52% of max value = 765). Red value is 68 (26.95% from 255 or 17.04% from 399); Green value is 111 (43.75% from 255 or 27.82% from 399); Blue value is 220 (86.33% from 255 or 55.14% from 399); Max value from RGB is 220 - color contains mainly: blue. Hex color #446FDC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #446FDC is #BB9023. Grayscale: #6E6E6E. Windows color (decimal): -12292132 or 14446404. OLE color: 14446404.

HSL color Cylindrical-coordinate representation of color #446FDC: hue angle of 223.03º degrees, saturation: 0.68, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #446FDC is Cyan = 0.69, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 68 111 220 -
CMYK 0.69 0.50 0 0.14
HSL 223.03º 0.68% 0.56% -
HSV(B) 223.03º 0.69% 0.86% -
XYZ 20.99 17.77 70.03 -
YUV 110.57 189.75 97.64 -
System Red Green Blue C M Y K H S L
Decimal 68 111 220 0.69 0.50 0 0.14 223.03 0.68 0.56
Hex 44 6F DC 45 32 0 E DF 44 38
Octal 104 157 334 105 62 0 16 337 104 70
Binary 1000100 1101111 11011100 1000101 110010 0 1110 11011111 1000100 111000

Color Harmonies of #446FDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #446FDC

Black with #446FDC

Text Example


Text Example

White with #446FDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #446FDC; }

 p { color: rgb(68,111,220); }

 H1.HeaderClassName
 {
   color: #446FDC;
 }
 .AnyTagClassName
 {
   color: #446FDC;
 }
</style>

background-color css

<style>
 a { background-color: #446FDC; }

 a { background-color: rgb(68,111,220); }

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

border-color css

<style>
 span { border-color: #446FDC; }

 span { border-color: rgb(68,111,220); }

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