Html Css Color HEX #445EDD Royal Blue

📋 copy color: '#445EDD'

red 68 ◦ green 94 ◦ blue 221

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

Shades of Royal Blue #445EDD

Tints of Royal Blue #445EDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 57.7%

R = 17.75%
G = 24.54%
B = 57.7%

CMYK

 C value IS 0.69

 M value IS 0.57

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#445EDD (or 0x445EDD) is known color: Royal Blue. HEX triplet: 44, 5E and DD. RGB value is (68,94,221). Sum of RGB (Red+Green+Blue) = 68+94+221=383 (50% of max value = 765). Red value is 68 (26.95% from 255 or 17.75% from 383); Green value is 94 (37.11% from 255 or 24.54% from 383); Blue value is 221 (86.72% from 255 or 57.70% from 383); Max value from RGB is 221 - color contains mainly: blue. Hex color #445EDD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #445EDD is #BBA122. Grayscale: #646464. Windows color (decimal): -12296483 or 14507588. OLE color: 14507588.

HSL color Cylindrical-coordinate representation of color #445EDD: hue angle of 229.8º degrees, saturation: 0.69, 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 #445EDD is Cyan = 0.69, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 68 94 221 -
CMYK 0.69 0.57 0 0.13
HSL 229.8º 0.69% 0.57% -
HSV(B) 229.8º 0.69% 0.87% -
XYZ 19.44 14.45 70.17 -
YUV 100.7 195.89 104.67 -
System Red Green Blue C M Y K H S L
Decimal 68 94 221 0.69 0.57 0 0.13 229.8 0.69 0.57
Hex 44 5E DD 45 39 0 D E6 45 39
Octal 104 136 335 105 71 0 15 346 105 71
Binary 1000100 1011110 11011101 1000101 111001 0 1101 11100110 1000101 111001

Color Harmonies of #445EDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #445EDD

Black with #445EDD

Text Example


Text Example

White with #445EDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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