Html Css Color HEX #445EDC Royal Blue

📋 copy color: '#445EDC'

red 68 ◦ green 94 ◦ blue 220

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

Shades of Royal Blue #445EDC

Tints of Royal Blue #445EDC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 57.59%

R = 17.8%
G = 24.61%
B = 57.59%

CMYK

 C value IS 0.69

 M value IS 0.57

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#445EDC (or 0x445EDC) is known color: Royal Blue. HEX triplet: 44, 5E and DC. RGB value is (68,94,220). Sum of RGB (Red+Green+Blue) = 68+94+220=382 (50% of max value = 765). Red value is 68 (26.95% from 255 or 17.80% from 382); Green value is 94 (37.11% from 255 or 24.61% from 382); Blue value is 220 (86.33% from 255 or 57.59% from 382); Max value from RGB is 220 - color contains mainly: blue. Hex color #445EDC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #445EDC is #BBA123. Grayscale: #646464. Windows color (decimal): -12296484 or 14442052. OLE color: 14442052.

HSL color Cylindrical-coordinate representation of color #445EDC: hue angle of 229.74º degrees, saturation: 0.68, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #445EDC is Cyan = 0.69, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 68 94 220 -
CMYK 0.69 0.57 0 0.14
HSL 229.74º 0.68% 0.56% -
HSV(B) 229.74º 0.69% 0.86% -
XYZ 19.3 14.4 69.47 -
YUV 100.59 195.39 104.75 -
System Red Green Blue C M Y K H S L
Decimal 68 94 220 0.69 0.57 0 0.14 229.74 0.68 0.56
Hex 44 5E DC 45 39 0 E E6 44 38
Octal 104 136 334 105 71 0 16 346 104 70
Binary 1000100 1011110 11011100 1000101 111001 0 1110 11100110 1000100 111000

Color Harmonies of #445EDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #445EDC

Black with #445EDC

Text Example


Text Example

White with #445EDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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