#3D8FFB

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

Shades of Dodger Blue #3D8FFB

Tints of Dodger Blue #3D8FFB

Color information

#3D8FFB (or 0x3D8FFB) is unknown color: approx Dodger Blue. HEX triplet: 3D, 8F and FB. RGB value is (61,143,251). Sum of RGB (Red+Green+Blue) = 61+143+251=455 (60% of max value = 765). Red value is 61 (24.22% from 255 or 13.41% from 455); Green value is 143 (56.25% from 255 or 31.43% from 455); Blue value is 251 (98.44% from 255 or 55.16% from 455); Max value from RGB is 251 - color contains mainly: blue. Hex color #3D8FFB is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #3D8FFB is #C27004. Grayscale: #828282. Windows color (decimal): -12742661 or 16486205. OLE color: 16486205.

HSL color Cylindrical-coordinate representation of color #3D8FFB: hue angle of 214.11º 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 #3D8FFB is Cyan = 0.76, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB61143251-
CMYK0.760.4300.02
HSL214.11º95.96%61.18%-
HSV(B)214.11º75.7%98.43%-
XYZ29.1627.695.06-
YUV130.79195.8378.22-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 13.41%
GREEN value IS 143 (56.25% from 255) = 31.43%
BLUE value IS 251 (98.44% from 255) = 55.16%
R=13.41%
G=31.43%
B=55.16%

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
Decimal611432510.760.4300.02214.1195.9661.18
Hex3D8FFB4C2B02d6603d
Octal75217373114530232614075
Binary11110110001111111110111001100101011010110101101100000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D8FFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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