Html Css Color HEX #446EE0 Royal Blue

📋 copy color: '#446EE0'

red 68 ◦ green 110 ◦ blue 224

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

Shades of Royal Blue #446EE0

Tints of Royal Blue #446EE0

RGB

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

 GREEN value IS 110 (43.36% from 255) = 27.36%

 BLUE value IS 224 (87.89% from 255) = 55.72%

R = 16.92%
G = 27.36%
B = 55.72%

CMYK

 C value IS 0.70

 M value IS 0.51

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#446EE0 (or 0x446EE0) is known color: Royal Blue. HEX triplet: 44, 6E and E0. RGB value is (68,110,224). Sum of RGB (Red+Green+Blue) = 68+110+224=402 (53% of max value = 765). Red value is 68 (26.95% from 255 or 16.92% from 402); Green value is 110 (43.36% from 255 or 27.36% from 402); Blue value is 224 (87.89% from 255 or 55.72% from 402); Max value from RGB is 224 - color contains mainly: blue. Hex color #446EE0 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #446EE0 is #BB911F. Grayscale: #6D6D6D. Windows color (decimal): -12292384 or 14708292. OLE color: 14708292.

HSL color Cylindrical-coordinate representation of color #446EE0: hue angle of 223.85º degrees, saturation: 0.72, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #446EE0 is Cyan = 0.70, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 68 110 224 -
CMYK 0.70 0.51 0 0.12
HSL 223.85º 0.72% 0.57% -
HSV(B) 223.85º 0.7% 0.88% -
XYZ 21.41 17.76 72.82 -
YUV 110.44 192.09 97.73 -
System Red Green Blue C M Y K H S L
Decimal 68 110 224 0.70 0.51 0 0.12 223.85 0.72 0.57
Hex 44 6E E0 46 33 0 C E0 48 39
Octal 104 156 340 106 63 0 14 340 110 71
Binary 1000100 1101110 11100000 1000110 110011 0 1100 11100000 1001000 111001

Color Harmonies of #446EE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #446EE0

Black with #446EE0

Text Example


Text Example

White with #446EE0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(68,110,224); }

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

background-color css

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

 a { background-color: rgb(68,110,224); }

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

border-color css

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

 span { border-color: rgb(68,110,224); }

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