#538DDE

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

Shades of Cornflower Blue #538DDE

Tints of Cornflower Blue #538DDE

Color information

#538DDE (or 0x538DDE) is unknown color: approx Cornflower Blue. HEX triplet: 53, 8D and DE. RGB value is (83,141,222). Sum of RGB (Red+Green+Blue) = 83+141+222=446 (59% of max value = 765). Red value is 83 (32.81% from 255 or 18.61% from 446); Green value is 141 (55.47% from 255 or 31.61% from 446); Blue value is 222 (87.11% from 255 or 49.78% from 446); Max value from RGB is 222 - color contains mainly: blue. Hex color #538DDE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #538DDE is #AC7221. Grayscale: #848484. Windows color (decimal): -11301410 or 14585171. OLE color: 14585171.

HSL color Cylindrical-coordinate representation of color #538DDE: hue angle of 214.96º degrees, saturation: 0.68, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #538DDE is Cyan = 0.63, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB83141222-
CMYK0.630.3600.13
HSL214.96º67.8%59.8%-
HSV(B)214.96º62.61%87.06%-
XYZ26.2826.1672.77-
YUV132.89178.2892.41-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 18.61%
GREEN value IS 141 (55.47% from 255) = 31.61%
BLUE value IS 222 (87.11% from 255) = 49.78%
R=18.61%
G=31.61%
B=49.78%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal831412220.630.3600.13214.9667.859.8
Hex538DDE3F240Dd7443c
Octal123215336774401532710474
Binary1010011100011011101111011111110010001101110101111000100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #538DDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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