Html Css Color HEX #446ED5 Royal Blue

📋 copy color: '#446ED5'

red 68 ◦ green 110 ◦ blue 213

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

Shades of Royal Blue #446ED5

Tints of Royal Blue #446ED5

RGB

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

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

 BLUE value IS 213 (83.59% from 255) = 54.48%

R = 17.39%
G = 28.13%
B = 54.48%

CMYK

 C value IS 0.68

 M value IS 0.48

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#446ED5 (or 0x446ED5) is known color: Royal Blue. HEX triplet: 44, 6E and D5. RGB value is (68,110,213). Sum of RGB (Red+Green+Blue) = 68+110+213=391 (51% of max value = 765). Red value is 68 (26.95% from 255 or 17.39% from 391); Green value is 110 (43.36% from 255 or 28.13% from 391); Blue value is 213 (83.59% from 255 or 54.48% from 391); Max value from RGB is 213 - color contains mainly: blue. Hex color #446ED5 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #446ED5 is #BB912A. Grayscale: #6C6C6C. Windows color (decimal): -12292395 or 13987396. OLE color: 13987396.

HSL color Cylindrical-coordinate representation of color #446ED5: hue angle of 222.62º degrees, saturation: 0.63, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #446ED5 is Cyan = 0.68, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 68 110 213 -
CMYK 0.68 0.48 0 0.16
HSL 222.62º 0.63% 0.55% -
HSV(B) 222.62º 0.68% 0.84% -
XYZ 19.97 17.18 65.22 -
YUV 109.18 186.59 98.62 -
System Red Green Blue C M Y K H S L
Decimal 68 110 213 0.68 0.48 0 0.16 222.62 0.63 0.55
Hex 44 6E D5 44 30 0 10 DF 3F 37
Octal 104 156 325 104 60 0 20 337 77 67
Binary 1000100 1101110 11010101 1000100 110000 0 10000 11011111 111111 110111

Color Harmonies of #446ED5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #446ED5

Black with #446ED5

Text Example


Text Example

White with #446ED5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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