#4258DD

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

Shades of Royal Blue #4258DD

Tints of Royal Blue #4258DD

Color information

#4258DD (or 0x4258DD) is unknown color: approx Royal Blue. HEX triplet: 42, 58 and DD. RGB value is (66,88,221). Sum of RGB (Red+Green+Blue) = 66+88+221=375 (49% of max value = 765). Red value is 66 (26.17% from 255 or 17.6% from 375); Green value is 88 (34.77% from 255 or 23.47% from 375); Blue value is 221 (86.72% from 255 or 58.93% from 375); Max value from RGB is 221 - color contains mainly: blue. Hex color #4258DD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4258DD is #BDA722. Grayscale: #606060. Windows color (decimal): -12429091 or 14506050. OLE color: 14506050.

HSL color Cylindrical-coordinate representation of color #4258DD: hue angle of 231.48º 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 #4258DD is Cyan = 0.70, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB6688221-
CMYK0.700.6000.13
HSL231.48º69.51%56.27%-
HSV(B)231.48º70.14%86.67%-
XYZ18.7913.3669.99-
YUV96.58198.21106.19-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 17.6%
GREEN value IS 88 (34.77% from 255) = 23.47%
BLUE value IS 221 (86.72% from 255) = 58.93%
R=17.6%
G=23.47%
B=58.93%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal66882210.700.6000.13231.4869.5156.27
Hex4258DD463C0De74638
Octal1021303351067401534710670
Binary1000010101100011011101100011011110001101111001111000110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4258DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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