Html Css Color HEX #445DDB Royal Blue

📋 copy color: '#445DDB'

red 68 ◦ green 93 ◦ blue 219

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

Shades of Royal Blue #445DDB

Tints of Royal Blue #445DDB

RGB

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

 GREEN value IS 93 (36.72% from 255) = 24.47%

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

R = 17.89%
G = 24.47%
B = 57.63%

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

#445DDB (or 0x445DDB) is known color: Royal Blue. HEX triplet: 44, 5D and DB. RGB value is (68,93,219). Sum of RGB (Red+Green+Blue) = 68+93+219=380 (50% of max value = 765). Red value is 68 (26.95% from 255 or 17.89% from 380); Green value is 93 (36.72% from 255 or 24.47% from 380); Blue value is 219 (85.94% from 255 or 57.63% from 380); Max value from RGB is 219 - color contains mainly: blue. Hex color #445DDB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #445DDB is #BBA224. Grayscale: #636363. Windows color (decimal): -12296741 or 14376260. OLE color: 14376260.

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

Color convert

RGB 68 93 219 -
CMYK 0.69 0.58 0 0.14
HSL 230.07º 0.68% 0.56% -
HSV(B) 230.07º 0.69% 0.86% -
XYZ 19.08 14.17 68.75 -
YUV 99.89 195.22 105.25 -
System Red Green Blue C M Y K H S L
Decimal 68 93 219 0.69 0.58 0 0.14 230.07 0.68 0.56
Hex 44 5D DB 45 3A 0 E E6 44 38
Octal 104 135 333 105 72 0 16 346 104 70
Binary 1000100 1011101 11011011 1000101 111010 0 1110 11100110 1000100 111000

Color Harmonies of #445DDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #445DDB

Black with #445DDB

Text Example


Text Example

White with #445DDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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