#445DEF

Color #445DEF Royal Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Royal Blue #445DEF

Tints of Royal Blue #445DEF

Color information

#445DEF (or 0x445DEF) is unknown color: approx Royal Blue. HEX triplet: 44, 5D and EF. RGB value is (68,93,239). Sum of RGB (Red+Green+Blue) = 68+93+239=400 (52% of max value = 765). Red value is 68 (26.95% from 255 or 17% from 400); Green value is 93 (36.72% from 255 or 23.25% from 400); Blue value is 239 (93.75% from 255 or 59.75% from 400); Max value from RGB is 239 - color contains mainly: blue. Hex color #445DEF is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #445DEF is #BBA210. Grayscale: #656565. Windows color (decimal): -12296721 or 15686980. OLE color: 15686980.

HSL color Cylindrical-coordinate representation of color #445DEF: hue angle of 231.23º degrees, saturation: 0.84, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #445DEF is Cyan = 0.72, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB6893239-
CMYK0.720.6100.06
HSL231.23º84.24%60.2%-
HSV(B)231.23º71.55%93.73%-
XYZ21.8815.2983.46-
YUV102.17205.22103.63-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 17%
GREEN value IS 93 (36.72% from 255) = 23.25%
BLUE value IS 239 (93.75% from 255) = 59.75%
R=17%
G=23.25%
B=59.75%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal68932390.720.6100.06231.2384.2460.2
Hex445DEF483D06e7543c
Octal104135357110750634712474
Binary100010010111011110111110010001111010110111001111010100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #445DEF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #445DEF;
 }
 .AnyTagClassName
 {
   color: #445DEF;
 }
</style>
background-color css

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

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

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

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

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

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