#4258E1

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

Shades of Royal Blue #4258E1

Tints of Royal Blue #4258E1

Color information

#4258E1 (or 0x4258E1) is unknown color: approx Royal Blue. HEX triplet: 42, 58 and E1. RGB value is (66,88,225). Sum of RGB (Red+Green+Blue) = 66+88+225=379 (50% of max value = 765). Red value is 66 (26.17% from 255 or 17.41% from 379); Green value is 88 (34.77% from 255 or 23.22% from 379); Blue value is 225 (88.28% from 255 or 59.37% from 379); Max value from RGB is 225 - color contains mainly: blue. Hex color #4258E1 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4258E1 is #BDA71E. Grayscale: #606060. Windows color (decimal): -12429087 or 14768194. OLE color: 14768194.

HSL color Cylindrical-coordinate representation of color #4258E1: hue angle of 231.7º degrees, saturation: 0.73, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #4258E1 is Cyan = 0.71, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB6688225-
CMYK0.710.6100.12
HSL231.7º72.6%57.06%-
HSV(B)231.7º70.67%88.24%-
XYZ19.3313.5772.84-
YUV97.04200.21105.86-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 17.41%
GREEN value IS 88 (34.77% from 255) = 23.22%
BLUE value IS 225 (88.28% from 255) = 59.37%
R=17.41%
G=23.22%
B=59.37%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal66882250.710.6100.12231.772.657.06
Hex4258E1473D0Ce84939
Octal1021303411077501435011171
Binary1000010101100011100001100011111110101100111010001001001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4258E1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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