#538CDF

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

Shades of Cornflower Blue #538CDF

Tints of Cornflower Blue #538CDF

Color information

#538CDF (or 0x538CDF) is unknown color: approx Cornflower Blue. HEX triplet: 53, 8C and DF. RGB value is (83,140,223). Sum of RGB (Red+Green+Blue) = 83+140+223=446 (59% of max value = 765). Red value is 83 (32.81% from 255 or 18.61% from 446); Green value is 140 (55.08% from 255 or 31.39% from 446); Blue value is 223 (87.5% from 255 or 50% from 446); Max value from RGB is 223 - color contains mainly: blue. Hex color #538CDF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #538CDF is #AC7320. Grayscale: #848484. Windows color (decimal): -11301665 or 14650451. OLE color: 14650451.

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

Color convert

RGB83140223-
CMYK0.630.3700.13
HSL215.57º68.63%60%-
HSV(B)215.57º62.78%87.45%-
XYZ26.2625.9273.43-
YUV132.42179.1292.75-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 18.61%
GREEN value IS 140 (55.08% from 255) = 31.39%
BLUE value IS 223 (87.5% from 255) = 50%
R=18.61%
G=31.39%
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.13
SystemRedGreenBlueCMYKHSL
Decimal831402230.630.3700.13215.5768.6360
Hex538CDF3F250Dd8453c
Octal123214337774501533010574
Binary1010011100011001101111111111110010101101110110001000101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #538CDF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(83,140,223); }

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

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

 a { background-color: rgb(83,140,223); }

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

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

 span { border-color: rgb(83,140,223); }

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