#5199E5

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

Shades of Cornflower Blue #5199E5

Tints of Cornflower Blue #5199E5

Color information

#5199E5 (or 0x5199E5) is unknown color: approx Cornflower Blue. HEX triplet: 51, 99 and E5. RGB value is (81,153,229). Sum of RGB (Red+Green+Blue) = 81+153+229=463 (61% of max value = 765). Red value is 81 (32.03% from 255 or 17.49% from 463); Green value is 153 (60.16% from 255 or 33.05% from 463); Blue value is 229 (89.84% from 255 or 49.46% from 463); Max value from RGB is 229 - color contains mainly: blue. Hex color #5199E5 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5199E5 is #AE661A. Grayscale: #8B8B8B. Windows color (decimal): -11429403 or 15046993. OLE color: 15046993.

HSL color Cylindrical-coordinate representation of color #5199E5: hue angle of 210.81º degrees, saturation: 0.74, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #5199E5 is Cyan = 0.65, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB81153229-
CMYK0.650.3300.10
HSL210.81º74%60.78%-
HSV(B)210.81º64.63%89.8%-
XYZ28.9330.1978.43-
YUV140.14178.1585.82-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 17.49%
GREEN value IS 153 (60.16% from 255) = 33.05%
BLUE value IS 229 (89.84% from 255) = 49.46%
R=17.49%
G=33.05%
B=49.46%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal811532290.650.3300.10210.817460.78
Hex5199E541210Ad34a3d
Octal1212313451014101232311275
Binary10100011001100111100101100000110000101010110100111001010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5199E5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5199E5; }

 p { color: rgb(81,153,229); }

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

<style>
 a { background-color: #5199E5; }

 a { background-color: rgb(81,153,229); }

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

<style>
 span { border-color: #5199E5; }

 span { border-color: rgb(81,153,229); }

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