#489DEB

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

Shades of Cornflower Blue #489DEB

Tints of Cornflower Blue #489DEB

Color information

#489DEB (or 0x489DEB) is unknown color: approx Cornflower Blue. HEX triplet: 48, 9D and EB. RGB value is (72,157,235). Sum of RGB (Red+Green+Blue) = 72+157+235=464 (61% of max value = 765). Red value is 72 (28.52% from 255 or 15.52% from 464); Green value is 157 (61.72% from 255 or 33.84% from 464); Blue value is 235 (92.19% from 255 or 50.65% from 464); Max value from RGB is 235 - color contains mainly: blue. Hex color #489DEB is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #489DEB is #B76214. Grayscale: #8C8C8C. Windows color (decimal): -12018197 or 15441224. OLE color: 15441224.

HSL color Cylindrical-coordinate representation of color #489DEB: hue angle of 208.71º degrees, saturation: 0.8, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #489DEB is Cyan = 0.69, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB72157235-
CMYK0.690.3300.08
HSL208.71º80.3%60.2%-
HSV(B)208.71º69.36%92.16%-
XYZ29.7231.4983.11-
YUV140.48181.3479.16-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 15.52%
GREEN value IS 157 (61.72% from 255) = 33.84%
BLUE value IS 235 (92.19% from 255) = 50.65%
R=15.52%
G=33.84%
B=50.65%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal721572350.690.3300.08208.7180.360.2
Hex489DEB452108d1503c
Octal1102353531054101032112074
Binary10010001001110111101011100010110000101000110100011010000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #489DEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #489DEB; }

 p { color: rgb(72,157,235); }

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

<style>
 a { background-color: #489DEB; }

 a { background-color: rgb(72,157,235); }

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

<style>
 span { border-color: #489DEB; }

 span { border-color: rgb(72,157,235); }

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