#3385E4

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

Shades of Dodger Blue #3385E4

Tints of Dodger Blue #3385E4

Color information

#3385E4 (or 0x3385E4) is unknown color: approx Dodger Blue. HEX triplet: 33, 85 and E4. RGB value is (51,133,228). Sum of RGB (Red+Green+Blue) = 51+133+228=412 (54% of max value = 765). Red value is 51 (20.31% from 255 or 12.38% from 412); Green value is 133 (52.34% from 255 or 32.28% from 412); Blue value is 228 (89.45% from 255 or 55.34% from 412); Max value from RGB is 228 - color contains mainly: blue. Hex color #3385E4 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3385E4 is #CC7A1B. Grayscale: #767676. Windows color (decimal): -13400604 or 14976307. OLE color: 14976307.

HSL color Cylindrical-coordinate representation of color #3385E4: hue angle of 212.2º degrees, saturation: 0.77, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #3385E4 is Cyan = 0.78, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB51133228-
CMYK0.780.4200.11
HSL212.2º76.62%54.71%-
HSV(B)212.2º77.63%89.41%-
XYZ23.7623.0876.6-
YUV119.31189.3379.28-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 12.38%
GREEN value IS 133 (52.34% from 255) = 32.28%
BLUE value IS 228 (89.45% from 255) = 55.34%
R=12.38%
G=32.28%
B=55.34%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal511332280.780.4200.11212.276.6254.71
Hex3385E44E2A0Bd44d37
Octal632053441165201332411567
Binary1100111000010111100100100111010101001011110101001001101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3385E4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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