#3D8AFC

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

Shades of Dodger Blue #3D8AFC

Tints of Dodger Blue #3D8AFC

Color information

#3D8AFC (or 0x3D8AFC) is unknown color: approx Dodger Blue. HEX triplet: 3D, 8A and FC. RGB value is (61,138,252). Sum of RGB (Red+Green+Blue) = 61+138+252=451 (59% of max value = 765). Red value is 61 (24.22% from 255 or 13.53% from 451); Green value is 138 (54.30% from 255 or 30.60% from 451); Blue value is 252 (98.83% from 255 or 55.88% from 451); Max value from RGB is 252 - color contains mainly: blue. Hex color #3D8AFC is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #3D8AFC is #C27503. Grayscale: #7F7F7F. Windows color (decimal): -12743940 or 16550461. OLE color: 16550461.

HSL color Cylindrical-coordinate representation of color #3D8AFC: hue angle of 215.81º degrees, saturation: 0.97, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #3D8AFC is Cyan = 0.76, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB61138252-
CMYK0.760.4500.01
HSL215.81º96.95%61.37%-
HSV(B)215.81º75.79%98.82%-
XYZ28.5826.295.65-
YUV127.97197.9980.23-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 13.53%
GREEN value IS 138 (54.30% from 255) = 30.60%
BLUE value IS 252 (98.83% from 255) = 55.88%
R=13.53%
G=30.60%
B=55.88%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal611382520.760.4500.01215.8196.9561.37
Hex3D8AFC4C2D01d8613d
Octal75212374114550133014175
Binary1111011000101011111100100110010110101110110001100001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D8AFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(61,138,252); }

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

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

 a { background-color: rgb(61,138,252); }

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

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

 span { border-color: rgb(61,138,252); }

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