#538BF3

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

Shades of Cornflower Blue #538BF3

Tints of Cornflower Blue #538BF3

Color information

#538BF3 (or 0x538BF3) is unknown color: approx Cornflower Blue. HEX triplet: 53, 8B and F3. RGB value is (83,139,243). Sum of RGB (Red+Green+Blue) = 83+139+243=465 (61% of max value = 765). Red value is 83 (32.81% from 255 or 17.85% from 465); Green value is 139 (54.69% from 255 or 29.89% from 465); Blue value is 243 (95.31% from 255 or 52.26% from 465); Max value from RGB is 243 - color contains mainly: blue. Hex color #538BF3 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #538BF3 is #AC740C. Grayscale: #858585. Windows color (decimal): -11301901 or 15960915. OLE color: 15960915.

HSL color Cylindrical-coordinate representation of color #538BF3: hue angle of 219º degrees, saturation: 0.87, 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 #538BF3 is Cyan = 0.66, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB83139243-
CMYK0.660.4300.05
HSL219º86.96%63.92%-
HSV(B)219º65.84%95.29%-
XYZ28.9826.7888.43-
YUV134.11189.4591.54-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 17.85%
GREEN value IS 139 (54.69% from 255) = 29.89%
BLUE value IS 243 (95.31% from 255) = 52.26%
R=17.85%
G=29.89%
B=52.26%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal831392430.660.4300.0521986.9663.92
Hex538BF3422B05db5740
Octal1232133631025305333127100
Binary10100111000101111110011100001010101101011101101110101111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #538BF3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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