#488EFF

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

Shades of Cornflower Blue #488EFF

Tints of Cornflower Blue #488EFF

Color information

#488EFF (or 0x488EFF) is unknown color: approx Cornflower Blue. HEX triplet: 48, 8E and FF. RGB value is (72,142,255). Sum of RGB (Red+Green+Blue) = 72+142+255=469 (62% of max value = 765). Red value is 72 (28.52% from 255 or 15.35% from 469); Green value is 142 (55.86% from 255 or 30.28% from 469); Blue value is 255 (100% from 255 or 54.37% from 469); Max value from RGB is 255 - color contains mainly: blue. Hex color #488EFF is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #488EFF is #B77100. Grayscale: #858585. Windows color (decimal): -12022017 or 16748104. OLE color: 16748104.

HSL color Cylindrical-coordinate representation of color #488EFF: hue angle of 217.05º degrees, saturation: 1, lightness: 0.64%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #488EFF is Cyan = 0.72, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB72142255-
CMYK0.720.4400
HSL217.05º100%64.12%-
HSV(B)217.05º71.76%100%-
XYZ30.427.9498.4-
YUV133.95196.3183.81-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 15.35%
GREEN value IS 142 (55.86% from 255) = 30.28%
BLUE value IS 255 (100% from 255) = 54.37%
R=15.35%
G=30.28%
B=54.37%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal721422550.720.4400217.0510064.12
Hex488EFF482C00d96440
Octal1102163771105400331144100
Binary100100010001110111111111001000101100001101100111001001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #488EFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #488EFF; }

 p { color: rgb(72,142,255); }

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

<style>
 a { background-color: #488EFF; }

 a { background-color: rgb(72,142,255); }

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

<style>
 span { border-color: #488EFF; }

 span { border-color: rgb(72,142,255); }

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