#3D87FF

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

Shades of Dodger Blue #3D87FF

Tints of Dodger Blue #3D87FF

Color information

#3D87FF (or 0x3D87FF) is unknown color: approx Dodger Blue. HEX triplet: 3D, 87 and FF. RGB value is (61,135,255). Sum of RGB (Red+Green+Blue) = 61+135+255=451 (59% of max value = 765). Red value is 61 (24.22% from 255 or 13.53% from 451); Green value is 135 (53.12% from 255 or 29.93% from 451); Blue value is 255 (100% from 255 or 56.54% from 451); Max value from RGB is 255 - color contains mainly: blue. Hex color #3D87FF is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #3D87FF is #C27800. Grayscale: #7D7D7D. Windows color (decimal): -12744705 or 16746301. OLE color: 16746301.

HSL color Cylindrical-coordinate representation of color #3D87FF: hue angle of 217.11º degrees, saturation: 1, lightness: 0.62%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #3D87FF is Cyan = 0.76, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB61135255-
CMYK0.760.4700
HSL217.11º100%61.96%-
HSV(B)217.11º76.08%100%-
XYZ28.6425.5498.03-
YUV126.55200.4881.24-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 13.53%
GREEN value IS 135 (53.12% from 255) = 29.93%
BLUE value IS 255 (100% from 255) = 56.54%
R=13.53%
G=29.93%
B=56.54%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal611352550.760.4700217.1110061.96
Hex3D87FF4C2F00d9643e
Octal75207377114570033114476
Binary1111011000011111111111100110010111100110110011100100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D87FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(61,135,255); }

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

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

 a { background-color: rgb(61,135,255); }

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

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

 span { border-color: rgb(61,135,255); }

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