#538BEF

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

Shades of Cornflower Blue #538BEF

Tints of Cornflower Blue #538BEF

Color information

#538BEF (or 0x538BEF) is unknown color: approx Cornflower Blue. HEX triplet: 53, 8B and EF. RGB value is (83,139,239). Sum of RGB (Red+Green+Blue) = 83+139+239=461 (61% of max value = 765). Red value is 83 (32.81% from 255 or 18.00% from 461); Green value is 139 (54.69% from 255 or 30.15% from 461); Blue value is 239 (93.75% from 255 or 51.84% from 461); Max value from RGB is 239 - color contains mainly: blue. Hex color #538BEF is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #538BEF is #AC7410. Grayscale: #858585. Windows color (decimal): -11301905 or 15698771. OLE color: 15698771.

HSL color Cylindrical-coordinate representation of color #538BEF: hue angle of 218.46º degrees, saturation: 0.83, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #538BEF is Cyan = 0.65, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB83139239-
CMYK0.650.4200.06
HSL218.46º82.98%63.14%-
HSV(B)218.46º65.27%93.73%-
XYZ28.3826.5485.29-
YUV133.66187.4591.87-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 18.00%
GREEN value IS 139 (54.69% from 255) = 30.15%
BLUE value IS 239 (93.75% from 255) = 51.84%
R=18.00%
G=30.15%
B=51.84%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal831392390.650.4200.06218.4682.9863.14
Hex538BEF412A06da533f
Octal123213357101520633212377
Binary1010011100010111110111110000011010100110110110101010011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #538BEF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(83,139,239); }

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

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

 a { background-color: rgb(83,139,239); }

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

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

 span { border-color: rgb(83,139,239); }

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