#3A85F8

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

Shades of Dodger Blue #3A85F8

Tints of Dodger Blue #3A85F8

Color information

#3A85F8 (or 0x3A85F8) is unknown color: approx Dodger Blue. HEX triplet: 3A, 85 and F8. RGB value is (58,133,248). Sum of RGB (Red+Green+Blue) = 58+133+248=439 (58% of max value = 765). Red value is 58 (23.05% from 255 or 13.21% from 439); Green value is 133 (52.34% from 255 or 30.30% from 439); Blue value is 248 (97.27% from 255 or 56.49% from 439); Max value from RGB is 248 - color contains mainly: blue. Hex color #3A85F8 is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #3A85F8 is #C57A07. Grayscale: #7B7B7B. Windows color (decimal): -12941832 or 16287034. OLE color: 16287034.

HSL color Cylindrical-coordinate representation of color #3A85F8: hue angle of 216.32º degrees, saturation: 0.93, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #3A85F8 is Cyan = 0.77, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB58133248-
CMYK0.770.4600.03
HSL216.32º93.14%60%-
HSV(B)216.32º76.61%97.25%-
XYZ27.0824.4592.1-
YUV123.68198.1581.15-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 13.21%
GREEN value IS 133 (52.34% from 255) = 30.30%
BLUE value IS 248 (97.27% from 255) = 56.49%
R=13.21%
G=30.30%
B=56.49%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal581332480.770.4600.03216.3293.1460
Hex3A85F84D2E03d85d3c
Octal72205370115560333013574
Binary11101010000101111110001001101101110011110110001011101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A85F8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3A85F8; }

 p { color: rgb(58,133,248); }

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

<style>
 a { background-color: #3A85F8; }

 a { background-color: rgb(58,133,248); }

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

<style>
 span { border-color: #3A85F8; }

 span { border-color: rgb(58,133,248); }

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