#5392F0

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

Shades of Cornflower Blue #5392F0

Tints of Cornflower Blue #5392F0

Color information

#5392F0 (or 0x5392F0) is unknown color: approx Cornflower Blue. HEX triplet: 53, 92 and F0. RGB value is (83,146,240). Sum of RGB (Red+Green+Blue) = 83+146+240=469 (62% of max value = 765). Red value is 83 (32.81% from 255 or 17.70% from 469); Green value is 146 (57.42% from 255 or 31.13% from 469); Blue value is 240 (94.14% from 255 or 51.17% from 469); Max value from RGB is 240 - color contains mainly: blue. Hex color #5392F0 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #5392F0 is #AC6D0F. Grayscale: #898989. Windows color (decimal): -11300112 or 15766099. OLE color: 15766099.

HSL color Cylindrical-coordinate representation of color #5392F0: hue angle of 215.92º 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 #5392F0 is Cyan = 0.65, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB83146240-
CMYK0.650.3900.06
HSL215.92º83.96%63.33%-
HSV(B)215.92º65.42%94.12%-
XYZ29.5728.6986.42-
YUV137.88185.6388.86-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 17.70%
GREEN value IS 146 (57.42% from 255) = 31.13%
BLUE value IS 240 (94.14% from 255) = 51.17%
R=17.70%
G=31.13%
B=51.17%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal831462400.650.3900.06215.9283.9663.33
Hex5392F0412706d8543f
Octal123222360101470633012477
Binary1010011100100101111000010000011001110110110110001010100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5392F0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5392F0; }

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

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

<style>
 a { background-color: #5392F0; }

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

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

<style>
 span { border-color: #5392F0; }

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

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