#4293ea

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

Shades of Cornflower Blue #4293EA

Tints of Cornflower Blue #4293EA

Color information

#4293EA (or 0x4293EA) is unknown color: approx Cornflower Blue. HEX triplet: 42, 93 and EA. RGB value is (66,147,234). Sum of RGB (Red+Green+Blue) = 66+147+234=447 (59% of max value = 765). Red value is 66 (26.17% from 255 or 14.77% from 447); Green value is 147 (57.81% from 255 or 32.89% from 447); Blue value is 234 (91.80% from 255 or 52.35% from 447); Max value from RGB is 234 - color contains mainly: blue. Hex color #4293EA is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #4293EA is #BD6C15. Grayscale: #848484. Windows color (decimal): -12413974 or 15373122. OLE color: 15373122.

HSL color Cylindrical-coordinate representation of color #4293EA: hue angle of 211.07º degrees, saturation: 0.8, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #4293EA is Cyan = 0.72, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB66147234-
CMYK0.720.3700.08
HSL211.07º80%58.82%-
HSV(B)211.07º71.79%91.76%-
XYZ27.5327.9781.79-
YUV132.7185.1680.43-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 14.77%
GREEN value IS 147 (57.81% from 255) = 32.89%
BLUE value IS 234 (91.80% from 255) = 52.35%
R=14.77%
G=32.89%
B=52.35%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal661472340.720.3700.08211.078058.82
Hex4293EA482508d3503b
Octal1022233521104501032312073
Binary10000101001001111101010100100010010101000110100111010000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4293ea

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4293ea; }

 p { color: rgb(66,147,234); }

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

<style>
 a { background-color: #4293ea; }

 a { background-color: rgb(66,147,234); }

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

<style>
 span { border-color: #4293ea; }

 span { border-color: rgb(66,147,234); }

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