#3D8EFB

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

Shades of Dodger Blue #3D8EFB

Tints of Dodger Blue #3D8EFB

Color information

#3D8EFB (or 0x3D8EFB) is unknown color: approx Dodger Blue. HEX triplet: 3D, 8E and FB. RGB value is (61,142,251). Sum of RGB (Red+Green+Blue) = 61+142+251=454 (60% of max value = 765). Red value is 61 (24.22% from 255 or 13.44% from 454); Green value is 142 (55.86% from 255 or 31.28% from 454); Blue value is 251 (98.44% from 255 or 55.29% from 454); Max value from RGB is 251 - color contains mainly: blue. Hex color #3D8EFB is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #3D8EFB is #C27104. Grayscale: #818181. Windows color (decimal): -12742917 or 16485949. OLE color: 16485949.

HSL color Cylindrical-coordinate representation of color #3D8EFB: hue angle of 214.42º degrees, saturation: 0.96, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #3D8EFB is Cyan = 0.76, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB61142251-
CMYK0.760.4300.02
HSL214.42º95.96%61.18%-
HSV(B)214.42º75.7%98.43%-
XYZ29.0127.395.01-
YUV130.21196.1678.64-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 13.44%
GREEN value IS 142 (55.86% from 255) = 31.28%
BLUE value IS 251 (98.44% from 255) = 55.29%
R=13.44%
G=31.28%
B=55.29%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal611422510.760.4300.02214.4295.9661.18
Hex3D8EFB4C2B02d6603d
Octal75216373114530232614075
Binary11110110001110111110111001100101011010110101101100000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D8EFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(61,142,251); }

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

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

 a { background-color: rgb(61,142,251); }

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

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

 span { border-color: rgb(61,142,251); }

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