#4291F1

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

Shades of Cornflower Blue #4291F1

Tints of Cornflower Blue #4291F1

Color information

#4291F1 (or 0x4291F1) is unknown color: approx Cornflower Blue. HEX triplet: 42, 91 and F1. RGB value is (66,145,241). Sum of RGB (Red+Green+Blue) = 66+145+241=452 (59% of max value = 765). Red value is 66 (26.17% from 255 or 14.60% from 452); Green value is 145 (57.03% from 255 or 32.08% from 452); Blue value is 241 (94.53% from 255 or 53.32% from 452); Max value from RGB is 241 - color contains mainly: blue. Hex color #4291F1 is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #4291F1 is #BD6E0E. Grayscale: #838383. Windows color (decimal): -12414479 or 15831362. OLE color: 15831362.

HSL color Cylindrical-coordinate representation of color #4291F1: hue angle of 212.91º degrees, saturation: 0.86, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #4291F1 is Cyan = 0.73, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB66145241-
CMYK0.730.4000.05
HSL212.91º86.21%60.2%-
HSV(B)212.91º72.61%94.51%-
XYZ28.2527.7687.09-
YUV132.32189.3380.69-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 14.60%
GREEN value IS 145 (57.03% from 255) = 32.08%
BLUE value IS 241 (94.53% from 255) = 53.32%
R=14.60%
G=32.08%
B=53.32%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal661452410.730.4000.05212.9186.2160.2
Hex4291F1492805d5563c
Octal102221361111500532512674
Binary1000010100100011111000110010011010000101110101011010110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4291F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4291F1; }

 p { color: rgb(66,145,241); }

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

<style>
 a { background-color: #4291F1; }

 a { background-color: rgb(66,145,241); }

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

<style>
 span { border-color: #4291F1; }

 span { border-color: rgb(66,145,241); }

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