#4196FE

Color #4196FE Dodger Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dodger Blue #4196FE

Tints of Dodger Blue #4196FE

Color information

#4196FE (or 0x4196FE) is unknown color: approx Dodger Blue. HEX triplet: 41, 96 and FE. RGB value is (65,150,254). Sum of RGB (Red+Green+Blue) = 65+150+254=469 (62% of max value = 765). Red value is 65 (25.78% from 255 or 13.86% from 469); Green value is 150 (58.98% from 255 or 31.98% from 469); Blue value is 254 (99.61% from 255 or 54.16% from 469); Max value from RGB is 254 - color contains mainly: blue. Hex color #4196FE is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #4196FE is #BE6901. Grayscale: #878787. Windows color (decimal): -12478722 or 16684609. OLE color: 16684609.

HSL color Cylindrical-coordinate representation of color #4196FE: hue angle of 213.02º degrees, saturation: 0.99, lightness: 0.63%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #4196FE is Cyan = 0.74, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB65150254-
CMYK0.740.4100.00
HSL213.02º98.95%62.55%-
HSV(B)213.02º74.41%99.61%-
XYZ30.9830.0997.94-
YUV136.44194.3477.04-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 13.86%
GREEN value IS 150 (58.98% from 255) = 31.98%
BLUE value IS 254 (99.61% from 255) = 54.16%
R=13.86%
G=31.98%
B=54.16%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal651502540.740.4100.00213.0298.9562.55
Hex4196FE4A2900d5633f
Octal101226376112510032514377
Binary10000011001011011111110100101010100100110101011100011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4196FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4196FE; }

 p { color: rgb(65,150,254); }

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

<style>
 a { background-color: #4196FE; }

 a { background-color: rgb(65,150,254); }

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

<style>
 span { border-color: #4196FE; }

 span { border-color: rgb(65,150,254); }

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