#538EE1

Color #538EE1 Cornflower Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cornflower Blue #538EE1

Tints of Cornflower Blue #538EE1

Color information

#538EE1 (or 0x538EE1) is unknown color: approx Cornflower Blue. HEX triplet: 53, 8E and E1. RGB value is (83,142,225). Sum of RGB (Red+Green+Blue) = 83+142+225=450 (59% of max value = 765). Red value is 83 (32.81% from 255 or 18.44% from 450); Green value is 142 (55.86% from 255 or 31.56% from 450); Blue value is 225 (88.28% from 255 or 50% from 450); Max value from RGB is 225 - color contains mainly: blue. Hex color #538EE1 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #538EE1 is #AC711E. Grayscale: #858585. Windows color (decimal): -11301151 or 14782035. OLE color: 14782035.

HSL color Cylindrical-coordinate representation of color #538EE1: hue angle of 215.07º degrees, saturation: 0.7, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #538EE1 is Cyan = 0.63, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB83142225-
CMYK0.630.3700.12
HSL215.07º70.3%60.39%-
HSV(B)215.07º63.11%88.24%-
XYZ26.8326.6274.96-
YUV133.82179.4591.75-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 18.44%
GREEN value IS 142 (55.86% from 255) = 31.56%
BLUE value IS 225 (88.28% from 255) = 50%
R=18.44%
G=31.56%
B=50%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal831422250.630.3700.12215.0770.360.39
Hex538EE13F250Cd7463c
Octal123216341774501432710674
Binary1010011100011101110000111111110010101100110101111000110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #538EE1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #538EE1; }

 p { color: rgb(83,142,225); }

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

<style>
 a { background-color: #538EE1; }

 a { background-color: rgb(83,142,225); }

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

<style>
 span { border-color: #538EE1; }

 span { border-color: rgb(83,142,225); }

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