Html Css Color HEX #3D87FF Dodger Blue

📋 copy color: '#3D87FF'

red 61 ◦ green 135 ◦ blue 255

#3D87FF
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dodger Blue #3D87FF

Tints of Dodger Blue #3D87FF

RGB

 RED value IS 61 (24.22% from 255) = 13.53%

 GREEN value IS 135 (53.13% from 255) = 29.93%

 BLUE value IS 255 (100% from 255) = 56.54%

R = 13.53%
G = 29.93%
B = 56.54%

CMYK

 C value IS 0.76

 M value IS 0.47

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#3D87FF (or 0x3D87FF) is known color: 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

RGB 61 135 255 -
CMYK 0.76 0.47 0 0
HSL 217.11º 1% 0.62% -
HSV(B) 217.11º 0.76% 1% -
XYZ 28.64 25.54 98.03 -
YUV 126.55 200.48 81.24 -
System Red Green Blue C M Y K H S L
Decimal 61 135 255 0.76 0.47 0 0 217.11 1 0.62
Hex 3D 87 FF 4C 2F 0 0 D9 64 3E
Octal 75 207 377 114 57 0 0 331 144 76
Binary 111101 10000111 11111111 1001100 101111 0 0 11011001 1100100 111110

Color Harmonies of #3D87FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3D87FF

Black with #3D87FF

Text Example


Text Example

White with #3D87FF

Text Example


Text Example

HTML Codes & Css Web 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>