#4196FC

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

Shades of Dodger Blue #4196FC

Tints of Dodger Blue #4196FC

Color information

#4196FC (or 0x4196FC) is unknown color: approx Dodger Blue. HEX triplet: 41, 96 and FC. RGB value is (65,150,252). Sum of RGB (Red+Green+Blue) = 65+150+252=467 (61% of max value = 765). Red value is 65 (25.78% from 255 or 13.92% from 467); Green value is 150 (58.98% from 255 or 32.12% from 467); Blue value is 252 (98.83% from 255 or 53.96% from 467); Max value from RGB is 252 - color contains mainly: blue. Hex color #4196FC is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #4196FC is #BE6903. Grayscale: #878787. Windows color (decimal): -12478724 or 16553537. OLE color: 16553537.

HSL color Cylindrical-coordinate representation of color #4196FC: hue angle of 212.73º degrees, saturation: 0.97, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #4196FC is Cyan = 0.74, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB65150252-
CMYK0.740.4000.01
HSL212.73º96.89%62.16%-
HSV(B)212.73º74.21%98.82%-
XYZ30.6629.9696.26-
YUV136.21193.3477.21-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 13.92%
GREEN value IS 150 (58.98% from 255) = 32.12%
BLUE value IS 252 (98.83% from 255) = 53.96%
R=13.92%
G=32.12%
B=53.96%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal651502520.740.4000.01212.7396.8962.16
Hex4196FC4A2801d5613e
Octal101226374112500132514176
Binary10000011001011011111100100101010100001110101011100001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4196FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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