#4192EB

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

Shades of Cornflower Blue #4192EB

Tints of Cornflower Blue #4192EB

Color information

#4192EB (or 0x4192EB) is unknown color: approx Cornflower Blue. HEX triplet: 41, 92 and EB. RGB value is (65,146,235). Sum of RGB (Red+Green+Blue) = 65+146+235=446 (59% of max value = 765). Red value is 65 (25.78% from 255 or 14.57% from 446); Green value is 146 (57.42% from 255 or 32.74% from 446); Blue value is 235 (92.19% from 255 or 52.69% from 446); Max value from RGB is 235 - color contains mainly: blue. Hex color #4192EB is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #4192EB is #BE6D14. Grayscale: #838383. Windows color (decimal): -12479765 or 15438401. OLE color: 15438401.

HSL color Cylindrical-coordinate representation of color #4192EB: hue angle of 211.41º degrees, saturation: 0.81, 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 #4192EB is Cyan = 0.72, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB65146235-
CMYK0.720.3800.08
HSL211.41º80.95%58.82%-
HSV(B)211.41º72.34%92.16%-
XYZ27.4527.6882.49-
YUV131.93186.1680.26-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 14.57%
GREEN value IS 146 (57.42% from 255) = 32.74%
BLUE value IS 235 (92.19% from 255) = 52.69%
R=14.57%
G=32.74%
B=52.69%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal651462350.720.3800.08211.4180.9558.82
Hex4192EB482608d3513b
Octal1012223531104601032312173
Binary10000011001001011101011100100010011001000110100111010001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4192EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4192EB; }

 p { color: rgb(65,146,235); }

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

<style>
 a { background-color: #4192EB; }

 a { background-color: rgb(65,146,235); }

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

<style>
 span { border-color: #4192EB; }

 span { border-color: rgb(65,146,235); }

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