#489EFD

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

Shades of Cornflower Blue #489EFD

Tints of Cornflower Blue #489EFD

Color information

#489EFD (or 0x489EFD) is unknown color: approx Cornflower Blue. HEX triplet: 48, 9E and FD. RGB value is (72,158,253). Sum of RGB (Red+Green+Blue) = 72+158+253=483 (63% of max value = 765). Red value is 72 (28.52% from 255 or 14.91% from 483); Green value is 158 (62.11% from 255 or 32.71% from 483); Blue value is 253 (99.22% from 255 or 52.38% from 483); Max value from RGB is 253 - color contains mainly: blue. Hex color #489EFD is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #489EFD is #B76102. Grayscale: #8E8E8E. Windows color (decimal): -12017923 or 16621128. OLE color: 16621128.

HSL color Cylindrical-coordinate representation of color #489EFD: hue angle of 211.49º degrees, saturation: 0.98, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #489EFD is Cyan = 0.72, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB72158253-
CMYK0.720.3800.01
HSL211.49º97.84%63.73%-
HSV(B)211.49º71.54%99.22%-
XYZ32.6332.9297.56-
YUV143.12190.0177.28-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 14.91%
GREEN value IS 158 (62.11% from 255) = 32.71%
BLUE value IS 253 (99.22% from 255) = 52.38%
R=14.91%
G=32.71%
B=52.38%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal721582530.720.3800.01211.4997.8463.73
Hex489EFD482601d36240
Octal1102363751104601323142100
Binary100100010011110111111011001000100110011101001111000101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #489EFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(72,158,253); }

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

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

 a { background-color: rgb(72,158,253); }

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

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

 span { border-color: rgb(72,158,253); }

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