Html Css Color HEX #445ADB Royal Blue

📋 copy color: '#445ADB'

red 68 ◦ green 90 ◦ blue 219

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

Shades of Royal Blue #445ADB

Tints of Royal Blue #445ADB

RGB

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

 GREEN value IS 90 (35.55% from 255) = 23.87%

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

R = 18.04%
G = 23.87%
B = 58.09%

CMYK

 C value IS 0.69

 M value IS 0.59

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#445ADB (or 0x445ADB) is known color: Royal Blue. HEX triplet: 44, 5A and DB. RGB value is (68,90,219). Sum of RGB (Red+Green+Blue) = 68+90+219=377 (49% of max value = 765). Red value is 68 (26.95% from 255 or 18.04% from 377); Green value is 90 (35.55% from 255 or 23.87% from 377); Blue value is 219 (85.94% from 255 or 58.09% from 377); Max value from RGB is 219 - color contains mainly: blue. Hex color #445ADB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #445ADB is #BBA524. Grayscale: #616161. Windows color (decimal): -12297509 or 14375492. OLE color: 14375492.

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

Color convert

RGB 68 90 219 -
CMYK 0.69 0.59 0 0.14
HSL 231.26º 0.68% 0.56% -
HSV(B) 231.26º 0.69% 0.86% -
XYZ 18.83 13.66 68.66 -
YUV 98.13 196.21 106.51 -
System Red Green Blue C M Y K H S L
Decimal 68 90 219 0.69 0.59 0 0.14 231.26 0.68 0.56
Hex 44 5A DB 45 3B 0 E E7 44 38
Octal 104 132 333 105 73 0 16 347 104 70
Binary 1000100 1011010 11011011 1000101 111011 0 1110 11100111 1000100 111000

Color Harmonies of #445ADB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #445ADB

Black with #445ADB

Text Example


Text Example

White with #445ADB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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