#538FF0

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

Shades of Cornflower Blue #538FF0

Tints of Cornflower Blue #538FF0

Color information

#538FF0 (or 0x538FF0) is unknown color: approx Cornflower Blue. HEX triplet: 53, 8F and F0. RGB value is (83,143,240). Sum of RGB (Red+Green+Blue) = 83+143+240=466 (61% of max value = 765). Red value is 83 (32.81% from 255 or 17.81% from 466); Green value is 143 (56.25% from 255 or 30.69% from 466); Blue value is 240 (94.14% from 255 or 51.50% from 466); Max value from RGB is 240 - color contains mainly: blue. Hex color #538FF0 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #538FF0 is #AC700F. Grayscale: #878787. Windows color (decimal): -11300880 or 15765331. OLE color: 15765331.

HSL color Cylindrical-coordinate representation of color #538FF0: hue angle of 217.07º degrees, saturation: 0.84, 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 #538FF0 is Cyan = 0.65, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB83143240-
CMYK0.650.4000.06
HSL217.07º83.96%63.33%-
HSV(B)217.07º65.42%94.12%-
XYZ29.1227.7886.26-
YUV136.12186.6290.11-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 17.81%
GREEN value IS 143 (56.25% from 255) = 30.69%
BLUE value IS 240 (94.14% from 255) = 51.50%
R=17.81%
G=30.69%
B=51.50%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal831432400.650.4000.06217.0783.9663.33
Hex538FF0412806d9543f
Octal123217360101500633112477
Binary1010011100011111111000010000011010000110110110011010100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #538FF0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(83,143,240); }

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

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

 a { background-color: rgb(83,143,240); }

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

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

 span { border-color: rgb(83,143,240); }

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