#4890ED

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

Shades of Cornflower Blue #4890ED

Tints of Cornflower Blue #4890ED

Color information

#4890ED (or 0x4890ED) is unknown color: approx Cornflower Blue. HEX triplet: 48, 90 and ED. RGB value is (72,144,237). Sum of RGB (Red+Green+Blue) = 72+144+237=453 (60% of max value = 765). Red value is 72 (28.52% from 255 or 15.89% from 453); Green value is 144 (56.64% from 255 or 31.79% from 453); Blue value is 237 (92.97% from 255 or 52.32% from 453); Max value from RGB is 237 - color contains mainly: blue. Hex color #4890ED is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #4890ED is #B76F12. Grayscale: #848484. Windows color (decimal): -12021523 or 15568968. OLE color: 15568968.

HSL color Cylindrical-coordinate representation of color #4890ED: hue angle of 213.82º degrees, saturation: 0.82, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #4890ED is Cyan = 0.70, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB72144237-
CMYK0.700.3900.07
HSL213.82º82.09%60.59%-
HSV(B)213.82º69.62%92.94%-
XYZ27.9327.4483.94-
YUV133.07186.6584.44-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 15.89%
GREEN value IS 144 (56.64% from 255) = 31.79%
BLUE value IS 237 (92.97% from 255) = 52.32%
R=15.89%
G=31.79%
B=52.32%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal721442370.700.3900.07213.8282.0960.59
Hex4890ED462707d6523d
Octal110220355106470732612275
Binary1001000100100001110110110001101001110111110101101010010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4890ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4890ED; }

 p { color: rgb(72,144,237); }

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

<style>
 a { background-color: #4890ED; }

 a { background-color: rgb(72,144,237); }

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

<style>
 span { border-color: #4890ED; }

 span { border-color: rgb(72,144,237); }

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