#3396FD

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

Shades of Dodger Blue #3396FD

Tints of Dodger Blue #3396FD

Color information

#3396FD (or 0x3396FD) is unknown color: approx Dodger Blue. HEX triplet: 33, 96 and FD. RGB value is (51,150,253). Sum of RGB (Red+Green+Blue) = 51+150+253=454 (60% of max value = 765). Red value is 51 (20.31% from 255 or 11.23% from 454); Green value is 150 (58.98% from 255 or 33.04% from 454); Blue value is 253 (99.22% from 255 or 55.73% from 454); Max value from RGB is 253 - color contains mainly: blue. Hex color #3396FD is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #3396FD is #CC6902. Grayscale: #838383. Windows color (decimal): -13396227 or 16619059. OLE color: 16619059.

HSL color Cylindrical-coordinate representation of color #3396FD: hue angle of 210.59º degrees, saturation: 0.98, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #3396FD is Cyan = 0.80, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB51150253-
CMYK0.800.4100.01
HSL210.59º98.06%59.61%-
HSV(B)210.59º79.84%99.22%-
XYZ3029.6197.06-
YUV132.14196.270.12-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 11.23%
GREEN value IS 150 (58.98% from 255) = 33.04%
BLUE value IS 253 (99.22% from 255) = 55.73%
R=11.23%
G=33.04%
B=55.73%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal511502530.800.4100.01210.5998.0659.61
Hex3396FD502901d3623c
Octal63226375120510132314274
Binary1100111001011011111101101000010100101110100111100010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3396FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3396FD; }

 p { color: rgb(51,150,253); }

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

<style>
 a { background-color: #3396FD; }

 a { background-color: rgb(51,150,253); }

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

<style>
 span { border-color: #3396FD; }

 span { border-color: rgb(51,150,253); }

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