#538EF8

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

Shades of Cornflower Blue #538EF8

Tints of Cornflower Blue #538EF8

Color information

#538EF8 (or 0x538EF8) is unknown color: approx Cornflower Blue. HEX triplet: 53, 8E and F8. RGB value is (83,142,248). Sum of RGB (Red+Green+Blue) = 83+142+248=473 (62% of max value = 765). Red value is 83 (32.81% from 255 or 17.55% from 473); Green value is 142 (55.86% from 255 or 30.02% from 473); Blue value is 248 (97.27% from 255 or 52.43% from 473); Max value from RGB is 248 - color contains mainly: blue. Hex color #538EF8 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #538EF8 is #AC7107. Grayscale: #878787. Windows color (decimal): -11301128 or 16289363. OLE color: 16289363.

HSL color Cylindrical-coordinate representation of color #538EF8: hue angle of 218.55º degrees, saturation: 0.92, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #538EF8 is Cyan = 0.67, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB83142248-
CMYK0.670.4300.03
HSL218.55º92.18%64.9%-
HSV(B)218.55º66.53%97.25%-
XYZ30.1827.9692.61-
YUV136.44190.9589.88-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 17.55%
GREEN value IS 142 (55.86% from 255) = 30.02%
BLUE value IS 248 (97.27% from 255) = 52.43%
R=17.55%
G=30.02%
B=52.43%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal831422480.670.4300.03218.5592.1864.9
Hex538EF8432B03db5c41
Octal1232163701035303333134101
Binary1010011100011101111100010000111010110111101101110111001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #538EF8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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