#538FF2

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

Shades of Cornflower Blue #538FF2

Tints of Cornflower Blue #538FF2

Color information

#538FF2 (or 0x538FF2) is unknown color: approx Cornflower Blue. HEX triplet: 53, 8F and F2. RGB value is (83,143,242). Sum of RGB (Red+Green+Blue) = 83+143+242=468 (61% of max value = 765). Red value is 83 (32.81% from 255 or 17.74% from 468); Green value is 143 (56.25% from 255 or 30.56% from 468); Blue value is 242 (94.92% from 255 or 51.71% from 468); Max value from RGB is 242 - color contains mainly: blue. Hex color #538FF2 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #538FF2 is #AC700D. Grayscale: #878787. Windows color (decimal): -11300878 or 15896403. OLE color: 15896403.

HSL color Cylindrical-coordinate representation of color #538FF2: hue angle of 217.36º degrees, saturation: 0.86, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #538FF2 is Cyan = 0.66, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB83143242-
CMYK0.660.4100.05
HSL217.36º85.95%63.73%-
HSV(B)217.36º65.7%94.9%-
XYZ29.4227.8987.84-
YUV136.35187.6289.95-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 17.74%
GREEN value IS 143 (56.25% from 255) = 30.56%
BLUE value IS 242 (94.92% from 255) = 51.71%
R=17.74%
G=30.56%
B=51.71%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal831432420.660.4100.05217.3685.9563.73
Hex538FF2422905d95640
Octal1232173621025105331126100
Binary10100111000111111110010100001010100101011101100110101101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #538FF2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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