Html Css Color HEX #445BDE Royal Blue

📋 copy color: '#445BDE'

red 68 ◦ green 91 ◦ blue 222

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

Shades of Royal Blue #445BDE

Tints of Royal Blue #445BDE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 58.27%

R = 17.85%
G = 23.88%
B = 58.27%

CMYK

 C value IS 0.69

 M value IS 0.59

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#445BDE (or 0x445BDE) is known color: Royal Blue. HEX triplet: 44, 5B and DE. RGB value is (68,91,222). Sum of RGB (Red+Green+Blue) = 68+91+222=381 (50% of max value = 765). Red value is 68 (26.95% from 255 or 17.85% from 381); Green value is 91 (35.94% from 255 or 23.88% from 381); Blue value is 222 (87.11% from 255 or 58.27% from 381); Max value from RGB is 222 - color contains mainly: blue. Hex color #445BDE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #445BDE is #BBA421. Grayscale: #626262. Windows color (decimal): -12297250 or 14572356. OLE color: 14572356.

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

Color convert

RGB 68 91 222 -
CMYK 0.69 0.59 0 0.13
HSL 231.04º 0.7% 0.57% -
HSV(B) 231.04º 0.69% 0.87% -
XYZ 19.31 13.99 70.79 -
YUV 99.06 197.38 105.85 -
System Red Green Blue C M Y K H S L
Decimal 68 91 222 0.69 0.59 0 0.13 231.04 0.7 0.57
Hex 44 5B DE 45 3B 0 D E7 46 39
Octal 104 133 336 105 73 0 15 347 106 71
Binary 1000100 1011011 11011110 1000101 111011 0 1101 11100111 1000110 111001

Color Harmonies of #445BDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #445BDE

Black with #445BDE

Text Example


Text Example

White with #445BDE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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