#4256DD

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

Shades of Royal Blue #4256DD

Tints of Royal Blue #4256DD

Color information

#4256DD (or 0x4256DD) is unknown color: approx Royal Blue. HEX triplet: 42, 56 and DD. RGB value is (66,86,221). Sum of RGB (Red+Green+Blue) = 66+86+221=373 (49% of max value = 765). Red value is 66 (26.17% from 255 or 17.69% from 373); Green value is 86 (33.98% from 255 or 23.06% from 373); Blue value is 221 (86.72% from 255 or 59.25% from 373); Max value from RGB is 221 - color contains mainly: blue. Hex color #4256DD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4256DD is #BDA922. Grayscale: #5E5E5E. Windows color (decimal): -12429603 or 14505538. OLE color: 14505538.

HSL color Cylindrical-coordinate representation of color #4256DD: hue angle of 232.26º degrees, saturation: 0.7, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #4256DD is Cyan = 0.70, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB6686221-
CMYK0.700.6100.13
HSL232.26º69.51%56.27%-
HSV(B)232.26º70.14%86.67%-
XYZ18.6313.0369.94-
YUV95.41198.87107.02-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 17.69%
GREEN value IS 86 (33.98% from 255) = 23.06%
BLUE value IS 221 (86.72% from 255) = 59.25%
R=17.69%
G=23.06%
B=59.25%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal66862210.700.6100.13232.2669.5156.27
Hex4256DD463D0De84638
Octal1021263351067501535010670
Binary1000010101011011011101100011011110101101111010001000110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4256DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4256DD; }

 p { color: rgb(66,86,221); }

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

<style>
 a { background-color: #4256DD; }

 a { background-color: rgb(66,86,221); }

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

<style>
 span { border-color: #4256DD; }

 span { border-color: rgb(66,86,221); }

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