Html Css Color HEX #445DDD Royal Blue

📋 copy color: '#445DDD'

red 68 ◦ green 93 ◦ blue 221

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

Shades of Royal Blue #445DDD

Tints of Royal Blue #445DDD

RGB

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

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

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

R = 17.8%
G = 24.35%
B = 57.85%

CMYK

 C value IS 0.69

 M value IS 0.58

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#445DDD (or 0x445DDD) is known color: Royal Blue. HEX triplet: 44, 5D and DD. RGB value is (68,93,221). Sum of RGB (Red+Green+Blue) = 68+93+221=382 (50% of max value = 765). Red value is 68 (26.95% from 255 or 17.80% from 382); Green value is 93 (36.72% from 255 or 24.35% from 382); Blue value is 221 (86.72% from 255 or 57.85% from 382); Max value from RGB is 221 - color contains mainly: blue. Hex color #445DDD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #445DDD is #BBA222. Grayscale: #636363. Windows color (decimal): -12296739 or 14507332. OLE color: 14507332.

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

Color convert

RGB 68 93 221 -
CMYK 0.69 0.58 0 0.13
HSL 230.2º 0.69% 0.57% -
HSV(B) 230.2º 0.69% 0.87% -
XYZ 19.35 14.28 70.14 -
YUV 100.12 196.22 105.09 -
System Red Green Blue C M Y K H S L
Decimal 68 93 221 0.69 0.58 0 0.13 230.2 0.69 0.57
Hex 44 5D DD 45 3A 0 D E6 45 39
Octal 104 135 335 105 72 0 15 346 105 71
Binary 1000100 1011101 11011101 1000101 111010 0 1101 11100110 1000101 111001

Color Harmonies of #445DDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #445DDD

Black with #445DDD

Text Example


Text Example

White with #445DDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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