#3399FC

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

Shades of Dodger Blue #3399FC

Tints of Dodger Blue #3399FC

Color information

#3399FC (or 0x3399FC) is unknown color: approx Dodger Blue. HEX triplet: 33, 99 and FC. RGB value is (51,153,252). Sum of RGB (Red+Green+Blue) = 51+153+252=456 (60% of max value = 765). Red value is 51 (20.31% from 255 or 11.18% from 456); Green value is 153 (60.16% from 255 or 33.55% from 456); Blue value is 252 (98.83% from 255 or 55.26% from 456); Max value from RGB is 252 - color contains mainly: blue. Hex color #3399FC is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #3399FC is #CC6603. Grayscale: #858585. Windows color (decimal): -13395460 or 16554291. OLE color: 16554291.

HSL color Cylindrical-coordinate representation of color #3399FC: hue angle of 209.55º degrees, saturation: 0.97, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #3399FC is Cyan = 0.80, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB51153252-
CMYK0.800.3900.01
HSL209.55º97.1%59.41%-
HSV(B)209.55º79.76%98.82%-
XYZ30.3330.5196.39-
YUV133.79194.7168.95-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 11.18%
GREEN value IS 153 (60.16% from 255) = 33.55%
BLUE value IS 252 (98.83% from 255) = 55.26%
R=11.18%
G=33.55%
B=55.26%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal511532520.800.3900.01209.5597.159.41
Hex3399FC502701d2613b
Octal63231374120470132214173
Binary1100111001100111111100101000010011101110100101100001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3399FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(51,153,252); }

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

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

 a { background-color: rgb(51,153,252); }

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

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

 span { border-color: rgb(51,153,252); }

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