Html Css Color HEX #445BDB Royal Blue

📋 copy color: '#445BDB'

red 68 ◦ green 91 ◦ blue 219

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

Shades of Royal Blue #445BDB

Tints of Royal Blue #445BDB

RGB

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

 GREEN value IS 91 (35.94% from 255) = 24.07%

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

R = 17.99%
G = 24.07%
B = 57.94%

CMYK

 C value IS 0.69

 M value IS 0.58

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#445BDB (or 0x445BDB) is known color: Royal Blue. HEX triplet: 44, 5B and DB. RGB value is (68,91,219). Sum of RGB (Red+Green+Blue) = 68+91+219=378 (50% of max value = 765). Red value is 68 (26.95% from 255 or 17.99% from 378); Green value is 91 (35.94% from 255 or 24.07% from 378); Blue value is 219 (85.94% from 255 or 57.94% from 378); Max value from RGB is 219 - color contains mainly: blue. Hex color #445BDB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #445BDB is #BBA424. Grayscale: #626262. Windows color (decimal): -12297253 or 14375748. OLE color: 14375748.

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

Color convert

RGB 68 91 219 -
CMYK 0.69 0.58 0 0.14
HSL 230.86º 0.68% 0.56% -
HSV(B) 230.86º 0.69% 0.86% -
XYZ 18.91 13.83 68.69 -
YUV 98.72 195.88 106.09 -
System Red Green Blue C M Y K H S L
Decimal 68 91 219 0.69 0.58 0 0.14 230.86 0.68 0.56
Hex 44 5B DB 45 3A 0 E E7 44 38
Octal 104 133 333 105 72 0 16 347 104 70
Binary 1000100 1011011 11011011 1000101 111010 0 1110 11100111 1000100 111000

Color Harmonies of #445BDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #445BDB

Black with #445BDB

Text Example


Text Example

White with #445BDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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