#538DE1

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

Shades of Cornflower Blue #538DE1

Tints of Cornflower Blue #538DE1

Color information

#538DE1 (or 0x538DE1) is unknown color: approx Cornflower Blue. HEX triplet: 53, 8D and E1. RGB value is (83,141,225). Sum of RGB (Red+Green+Blue) = 83+141+225=449 (59% of max value = 765). Red value is 83 (32.81% from 255 or 18.49% from 449); Green value is 141 (55.47% from 255 or 31.40% from 449); Blue value is 225 (88.28% from 255 or 50.11% from 449); Max value from RGB is 225 - color contains mainly: blue. Hex color #538DE1 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #538DE1 is #AC721E. Grayscale: #848484. Windows color (decimal): -11301407 or 14781779. OLE color: 14781779.

HSL color Cylindrical-coordinate representation of color #538DE1: hue angle of 215.49º 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 #538DE1 is Cyan = 0.63, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB83141225-
CMYK0.630.3700.12
HSL215.49º70.3%60.39%-
HSV(B)215.49º63.11%88.24%-
XYZ26.6826.3274.91-
YUV133.23179.7892.17-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 18.49%
GREEN value IS 141 (55.47% from 255) = 31.40%
BLUE value IS 225 (88.28% from 255) = 50.11%
R=18.49%
G=31.40%
B=50.11%

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
Decimal831412250.630.3700.12215.4970.360.39
Hex538DE13F250Cd7463c
Octal123215341774501432710674
Binary1010011100011011110000111111110010101100110101111000110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #538DE1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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