Html Css Color HEX #445EE0 Royal Blue

📋 copy color: '#445EE0'

red 68 ◦ green 94 ◦ blue 224

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

Shades of Royal Blue #445EE0

Tints of Royal Blue #445EE0

RGB

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

 GREEN value IS 94 (37.11% from 255) = 24.35%

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

R = 17.62%
G = 24.35%
B = 58.03%

CMYK

 C value IS 0.70

 M value IS 0.58

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#445EE0 (or 0x445EE0) is known color: Royal Blue. HEX triplet: 44, 5E and E0. RGB value is (68,94,224). Sum of RGB (Red+Green+Blue) = 68+94+224=386 (51% of max value = 765). Red value is 68 (26.95% from 255 or 17.62% from 386); Green value is 94 (37.11% from 255 or 24.35% from 386); Blue value is 224 (87.89% from 255 or 58.03% from 386); Max value from RGB is 224 - color contains mainly: blue. Hex color #445EE0 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #445EE0 is #BBA11F. Grayscale: #646464. Windows color (decimal): -12296480 or 14704196. OLE color: 14704196.

HSL color Cylindrical-coordinate representation of color #445EE0: hue angle of 230º 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 #445EE0 is Cyan = 0.70, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 68 94 224 -
CMYK 0.70 0.58 0 0.12
HSL 230º 0.72% 0.57% -
HSV(B) 230º 0.7% 0.88% -
XYZ 19.84 14.62 72.3 -
YUV 101.05 197.39 104.43 -
System Red Green Blue C M Y K H S L
Decimal 68 94 224 0.70 0.58 0 0.12 230 0.72 0.57
Hex 44 5E E0 46 3A 0 C E6 48 39
Octal 104 136 340 106 72 0 14 346 110 71
Binary 1000100 1011110 11100000 1000110 111010 0 1100 11100110 1001000 111001

Color Harmonies of #445EE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #445EE0

Black with #445EE0

Text Example


Text Example

White with #445EE0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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