Html Css Color HEX #445ED7 Royal Blue

📋 copy color: '#445ED7'

red 68 ◦ green 94 ◦ blue 215

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

Shades of Royal Blue #445ED7

Tints of Royal Blue #445ED7

RGB

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

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

 BLUE value IS 215 (84.38% from 255) = 57.03%

R = 18.04%
G = 24.93%
B = 57.03%

CMYK

 C value IS 0.68

 M value IS 0.56

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#445ED7 (or 0x445ED7) is known color: Royal Blue. HEX triplet: 44, 5E and D7. RGB value is (68,94,215). Sum of RGB (Red+Green+Blue) = 68+94+215=377 (49% of max value = 765). Red value is 68 (26.95% from 255 or 18.04% from 377); Green value is 94 (37.11% from 255 or 24.93% from 377); Blue value is 215 (84.38% from 255 or 57.03% from 377); Max value from RGB is 215 - color contains mainly: blue. Hex color #445ED7 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #445ED7 is #BBA128. Grayscale: #636363. Windows color (decimal): -12296489 or 14114372. OLE color: 14114372.

HSL color Cylindrical-coordinate representation of color #445ED7: hue angle of 229.39º degrees, saturation: 0.65, 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 #445ED7 is Cyan = 0.68, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 68 94 215 -
CMYK 0.68 0.56 0 0.16
HSL 229.39º 0.65% 0.55% -
HSV(B) 229.39º 0.68% 0.84% -
XYZ 18.65 14.14 66.04 -
YUV 100.02 192.89 105.16 -
System Red Green Blue C M Y K H S L
Decimal 68 94 215 0.68 0.56 0 0.16 229.39 0.65 0.55
Hex 44 5E D7 44 38 0 10 E5 41 37
Octal 104 136 327 104 70 0 20 345 101 67
Binary 1000100 1011110 11010111 1000100 111000 0 10000 11100101 1000001 110111

Color Harmonies of #445ED7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #445ED7

Black with #445ED7

Text Example


Text Example

White with #445ED7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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