#3385FC

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

Shades of Dodger Blue #3385FC

Tints of Dodger Blue #3385FC

Color information

#3385FC (or 0x3385FC) is unknown color: approx Dodger Blue. HEX triplet: 33, 85 and FC. RGB value is (51,133,252). Sum of RGB (Red+Green+Blue) = 51+133+252=436 (57% of max value = 765). Red value is 51 (20.31% from 255 or 11.70% from 436); Green value is 133 (52.34% from 255 or 30.50% from 436); Blue value is 252 (98.83% from 255 or 57.80% from 436); Max value from RGB is 252 - color contains mainly: blue. Hex color #3385FC is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #3385FC is #CC7A03. Grayscale: #797979. Windows color (decimal): -13400580 or 16549171. OLE color: 16549171.

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

Color convert

RGB51133252-
CMYK0.800.4700.01
HSL215.52º97.1%59.41%-
HSV(B)215.52º79.76%98.82%-
XYZ27.3224.5195.39-
YUV122.05201.3377.32-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 11.70%
GREEN value IS 133 (52.34% from 255) = 30.50%
BLUE value IS 252 (98.83% from 255) = 57.80%
R=11.70%
G=30.50%
B=57.80%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal511332520.800.4700.01215.5297.159.41
Hex3385FC502F01d8613b
Octal63205374120570133014173
Binary1100111000010111111100101000010111101110110001100001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3385FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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