#3394FC

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

Shades of Dodger Blue #3394FC

Tints of Dodger Blue #3394FC

Color information

#3394FC (or 0x3394FC) is unknown color: approx Dodger Blue. HEX triplet: 33, 94 and FC. RGB value is (51,148,252). Sum of RGB (Red+Green+Blue) = 51+148+252=451 (59% of max value = 765). Red value is 51 (20.31% from 255 or 11.31% from 451); Green value is 148 (58.20% from 255 or 32.82% from 451); Blue value is 252 (98.83% from 255 or 55.88% from 451); Max value from RGB is 252 - color contains mainly: blue. Hex color #3394FC is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #3394FC is #CC6B03. Grayscale: #828282. Windows color (decimal): -13396740 or 16553011. OLE color: 16553011.

HSL color Cylindrical-coordinate representation of color #3394FC: hue angle of 211.04º 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 #3394FC is Cyan = 0.80, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB51148252-
CMYK0.800.4100.01
HSL211.04º97.1%59.41%-
HSV(B)211.04º79.76%98.82%-
XYZ29.5328.9196.12-
YUV130.85196.3671.04-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 11.31%
GREEN value IS 148 (58.20% from 255) = 32.82%
BLUE value IS 252 (98.83% from 255) = 55.88%
R=11.31%
G=32.82%
B=55.88%

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
Decimal511482520.800.4100.01211.0497.159.41
Hex3394FC502901d3613b
Octal63224374120510132314173
Binary1100111001010011111100101000010100101110100111100001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3394FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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