#4198F2

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

Shades of Cornflower Blue #4198F2

Tints of Cornflower Blue #4198F2

Color information

#4198F2 (or 0x4198F2) is unknown color: approx Cornflower Blue. HEX triplet: 41, 98 and F2. RGB value is (65,152,242). Sum of RGB (Red+Green+Blue) = 65+152+242=459 (60% of max value = 765). Red value is 65 (25.78% from 255 or 14.16% from 459); Green value is 152 (59.77% from 255 or 33.12% from 459); Blue value is 242 (94.92% from 255 or 52.72% from 459); Max value from RGB is 242 - color contains mainly: blue. Hex color #4198F2 is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #4198F2 is #BE670D. Grayscale: #878787. Windows color (decimal): -12478222 or 15898689. OLE color: 15898689.

HSL color Cylindrical-coordinate representation of color #4198F2: hue angle of 210.51º degrees, saturation: 0.87, 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 #4198F2 is Cyan = 0.73, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB65152242-
CMYK0.730.3700.05
HSL210.51º87.19%60.2%-
HSV(B)210.51º73.14%94.9%-
XYZ29.4429.9988.24-
YUV136.25187.6877.18-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 14.16%
GREEN value IS 152 (59.77% from 255) = 33.12%
BLUE value IS 242 (94.92% from 255) = 52.72%
R=14.16%
G=33.12%
B=52.72%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal651522420.730.3700.05210.5187.1960.2
Hex4198F2492505d3573c
Octal101230362111450532312774
Binary1000001100110001111001010010011001010101110100111010111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4198F2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4198F2; }

 p { color: rgb(65,152,242); }

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

<style>
 a { background-color: #4198F2; }

 a { background-color: rgb(65,152,242); }

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

<style>
 span { border-color: #4198F2; }

 span { border-color: rgb(65,152,242); }

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