#5389F1

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

Shades of Cornflower Blue #5389F1

Tints of Cornflower Blue #5389F1

Color information

#5389F1 (or 0x5389F1) is unknown color: approx Cornflower Blue. HEX triplet: 53, 89 and F1. RGB value is (83,137,241). Sum of RGB (Red+Green+Blue) = 83+137+241=461 (61% of max value = 765). Red value is 83 (32.81% from 255 or 18.00% from 461); Green value is 137 (53.91% from 255 or 29.72% from 461); Blue value is 241 (94.53% from 255 or 52.28% from 461); Max value from RGB is 241 - color contains mainly: blue. Hex color #5389F1 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #5389F1 is #AC760E. Grayscale: #848484. Windows color (decimal): -11302415 or 15829331. OLE color: 15829331.

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

Color convert

RGB83137241-
CMYK0.660.4300.05
HSL219.49º84.95%63.53%-
HSV(B)219.49º65.56%94.51%-
XYZ28.3926.0886.76-
YUV132.71189.1192.54-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 18.00%
GREEN value IS 137 (53.91% from 255) = 29.72%
BLUE value IS 241 (94.53% from 255) = 52.28%
R=18.00%
G=29.72%
B=52.28%

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
Decimal831372410.660.4300.05219.4984.9563.53
Hex5389F1422B05db5540
Octal1232113611025305333125100
Binary10100111000100111110001100001010101101011101101110101011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5389F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5389F1; }

 p { color: rgb(83,137,241); }

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

<style>
 a { background-color: #5389F1; }

 a { background-color: rgb(83,137,241); }

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

<style>
 span { border-color: #5389F1; }

 span { border-color: rgb(83,137,241); }

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