Html Css Color HEX #445EE8 Royal Blue

📋 copy color: '#445EE8'

red 68 ◦ green 94 ◦ blue 232

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

Shades of Royal Blue #445EE8

Tints of Royal Blue #445EE8

RGB

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

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

 BLUE value IS 232 (91.02% from 255) = 58.88%

R = 17.26%
G = 23.86%
B = 58.88%

CMYK

 C value IS 0.71

 M value IS 0.59

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#445EE8 (or 0x445EE8) is known color: Royal Blue. HEX triplet: 44, 5E and E8. RGB value is (68,94,232). Sum of RGB (Red+Green+Blue) = 68+94+232=394 (52% of max value = 765). Red value is 68 (26.95% from 255 or 17.26% from 394); Green value is 94 (37.11% from 255 or 23.86% from 394); Blue value is 232 (91.02% from 255 or 58.88% from 394); Max value from RGB is 232 - color contains mainly: blue. Hex color #445EE8 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #445EE8 is #BBA117. Grayscale: #656565. Windows color (decimal): -12296472 or 15228484. OLE color: 15228484.

HSL color Cylindrical-coordinate representation of color #445EE8: hue angle of 230.49º degrees, saturation: 0.78, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #445EE8 is Cyan = 0.71, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 68 94 232 -
CMYK 0.71 0.59 0 0.09
HSL 230.49º 0.78% 0.59% -
HSV(B) 230.49º 0.71% 0.91% -
XYZ 20.95 15.06 78.15 -
YUV 101.96 201.39 103.78 -
System Red Green Blue C M Y K H S L
Decimal 68 94 232 0.71 0.59 0 0.09 230.49 0.78 0.59
Hex 44 5E E8 47 3B 0 9 E6 4E 3B
Octal 104 136 350 107 73 0 11 346 116 73
Binary 1000100 1011110 11101000 1000111 111011 0 1001 11100110 1001110 111011

Color Harmonies of #445EE8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #445EE8

Black with #445EE8

Text Example


Text Example

White with #445EE8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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