#4090F0

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

Shades of Cornflower Blue #4090F0

Tints of Cornflower Blue #4090F0

Color information

#4090F0 (or 0x4090F0) is unknown color: approx Cornflower Blue. HEX triplet: 40, 90 and F0. RGB value is (64,144,240). Sum of RGB (Red+Green+Blue) = 64+144+240=448 (59% of max value = 765). Red value is 64 (25.39% from 255 or 14.29% from 448); Green value is 144 (56.64% from 255 or 32.14% from 448); Blue value is 240 (94.14% from 255 or 53.57% from 448); Max value from RGB is 240 - color contains mainly: blue. Hex color #4090F0 is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #4090F0 is #BF6F0F. Grayscale: #828282. Windows color (decimal): -12545808 or 15765568. OLE color: 15765568.

HSL color Cylindrical-coordinate representation of color #4090F0: hue angle of 212.73º degrees, saturation: 0.85, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #4090F0 is Cyan = 0.73, Magento = 0.4, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB64144240-
CMYK0.730.400.06
HSL212.73º85.44%59.61%-
HSV(B)212.73º73.33%94.12%-
XYZ27.8227.3386.25-
YUV131.02189.580.19-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 14.29%
GREEN value IS 144 (56.64% from 255) = 32.14%
BLUE value IS 240 (94.14% from 255) = 53.57%
R=14.29%
G=32.14%
B=53.57%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.4
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal641442400.730.400.06212.7385.4459.61
Hex4090F0492806d5553c
Octal100220360111500632512574
Binary1000000100100001111000010010011010000110110101011010101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4090F0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4090F0; }

 p { color: rgb(64,144,240); }

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

<style>
 a { background-color: #4090F0; }

 a { background-color: rgb(64,144,240); }

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

<style>
 span { border-color: #4090F0; }

 span { border-color: rgb(64,144,240); }

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