#3496FC

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

Shades of Dodger Blue #3496FC

Tints of Dodger Blue #3496FC

Color information

#3496FC (or 0x3496FC) is unknown color: approx Dodger Blue. HEX triplet: 34, 96 and FC. RGB value is (52,150,252). Sum of RGB (Red+Green+Blue) = 52+150+252=454 (60% of max value = 765). Red value is 52 (20.70% from 255 or 11.45% from 454); Green value is 150 (58.98% from 255 or 33.04% from 454); Blue value is 252 (98.83% from 255 or 55.51% from 454); Max value from RGB is 252 - color contains mainly: blue. Hex color #3496FC is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #3496FC is #CB6903. Grayscale: #838383. Windows color (decimal): -13330692 or 16553524. OLE color: 16553524.

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

Color convert

RGB52150252-
CMYK0.790.4000.01
HSL210.6º97.09%59.61%-
HSV(B)210.6º79.37%98.82%-
XYZ29.8929.5796.23-
YUV132.33195.5370.71-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 11.45%
GREEN value IS 150 (58.98% from 255) = 33.04%
BLUE value IS 252 (98.83% from 255) = 55.51%
R=11.45%
G=33.04%
B=55.51%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal521502520.790.4000.01210.697.0959.61
Hex3496FC4F2801d3613c
Octal64226374117500132314174
Binary1101001001011011111100100111110100001110100111100001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3496FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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