Html Css Color HEX #445EDB Royal Blue

📋 copy color: '#445EDB'

red 68 ◦ green 94 ◦ blue 219

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

Shades of Royal Blue #445EDB

Tints of Royal Blue #445EDB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 57.48%

R = 17.85%
G = 24.67%
B = 57.48%

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

#445EDB (or 0x445EDB) is known color: Royal Blue. HEX triplet: 44, 5E and DB. RGB value is (68,94,219). Sum of RGB (Red+Green+Blue) = 68+94+219=381 (50% of max value = 765). Red value is 68 (26.95% from 255 or 17.85% from 381); Green value is 94 (37.11% from 255 or 24.67% from 381); Blue value is 219 (85.94% from 255 or 57.48% from 381); Max value from RGB is 219 - color contains mainly: blue. Hex color #445EDB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #445EDB is #BBA124. Grayscale: #636363. Windows color (decimal): -12296485 or 14376516. OLE color: 14376516.

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

Color convert

RGB 68 94 219 -
CMYK 0.69 0.57 0 0.14
HSL 229.67º 0.68% 0.56% -
HSV(B) 229.67º 0.69% 0.86% -
XYZ 19.17 14.35 68.78 -
YUV 100.48 194.89 104.84 -
System Red Green Blue C M Y K H S L
Decimal 68 94 219 0.69 0.57 0 0.14 229.67 0.68 0.56
Hex 44 5E DB 45 39 0 E E6 44 38
Octal 104 136 333 105 71 0 16 346 104 70
Binary 1000100 1011110 11011011 1000101 111001 0 1110 11100110 1000100 111000

Color Harmonies of #445EDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #445EDB

Black with #445EDB

Text Example


Text Example

White with #445EDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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