#3D82FC

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

Shades of Dodger Blue #3D82FC

Tints of Dodger Blue #3D82FC

Color information

#3D82FC (or 0x3D82FC) is unknown color: approx Dodger Blue. HEX triplet: 3D, 82 and FC. RGB value is (61,130,252). Sum of RGB (Red+Green+Blue) = 61+130+252=443 (58% of max value = 765). Red value is 61 (24.22% from 255 or 13.77% from 443); Green value is 130 (51.17% from 255 or 29.35% from 443); Blue value is 252 (98.83% from 255 or 56.88% from 443); Max value from RGB is 252 - color contains mainly: blue. Hex color #3D82FC is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #3D82FC is #C27D03. Grayscale: #7A7A7A. Windows color (decimal): -12745988 or 16548413. OLE color: 16548413.

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

Color convert

RGB61130252-
CMYK0.760.4800.01
HSL218.32º96.95%61.37%-
HSV(B)218.32º75.79%98.82%-
XYZ27.4823.9995.28-
YUV123.28200.6483.58-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 13.77%
GREEN value IS 130 (51.17% from 255) = 29.35%
BLUE value IS 252 (98.83% from 255) = 56.88%
R=13.77%
G=29.35%
B=56.88%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal611302520.760.4800.01218.3296.9561.37
Hex3D82FC4C3001da613d
Octal75202374114600133214175
Binary1111011000001011111100100110011000001110110101100001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D82FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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