Html Css Color HEX #445EDE Royal Blue

📋 copy color: '#445EDE'

red 68 ◦ green 94 ◦ blue 222

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

Shades of Royal Blue #445EDE

Tints of Royal Blue #445EDE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 57.81%

R = 17.71%
G = 24.48%
B = 57.81%

CMYK

 C value IS 0.69

 M value IS 0.58

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#445EDE (or 0x445EDE) is known color: Royal Blue. HEX triplet: 44, 5E and DE. RGB value is (68,94,222). Sum of RGB (Red+Green+Blue) = 68+94+222=384 (50% of max value = 765). Red value is 68 (26.95% from 255 or 17.71% from 384); Green value is 94 (37.11% from 255 or 24.48% from 384); Blue value is 222 (87.11% from 255 or 57.81% from 384); Max value from RGB is 222 - color contains mainly: blue. Hex color #445EDE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #445EDE is #BBA121. Grayscale: #646464. Windows color (decimal): -12296482 or 14573124. OLE color: 14573124.

HSL color Cylindrical-coordinate representation of color #445EDE: hue angle of 229.87º degrees, saturation: 0.7, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #445EDE is Cyan = 0.69, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 68 94 222 -
CMYK 0.69 0.58 0 0.13
HSL 229.87º 0.7% 0.57% -
HSV(B) 229.87º 0.69% 0.87% -
XYZ 19.57 14.51 70.88 -
YUV 100.82 196.39 104.59 -
System Red Green Blue C M Y K H S L
Decimal 68 94 222 0.69 0.58 0 0.13 229.87 0.7 0.57
Hex 44 5E DE 45 3A 0 D E6 46 39
Octal 104 136 336 105 72 0 15 346 106 71
Binary 1000100 1011110 11011110 1000101 111010 0 1101 11100110 1000110 111001

Color Harmonies of #445EDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #445EDE

Black with #445EDE

Text Example


Text Example

White with #445EDE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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