#3A8FFD

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

Shades of Dodger Blue #3A8FFD

Tints of Dodger Blue #3A8FFD

Color information

#3A8FFD (or 0x3A8FFD) is unknown color: approx Dodger Blue. HEX triplet: 3A, 8F and FD. RGB value is (58,143,253). Sum of RGB (Red+Green+Blue) = 58+143+253=454 (60% of max value = 765). Red value is 58 (23.05% from 255 or 12.78% from 454); Green value is 143 (56.25% from 255 or 31.50% from 454); Blue value is 253 (99.22% from 255 or 55.73% from 454); Max value from RGB is 253 - color contains mainly: blue. Hex color #3A8FFD is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #3A8FFD is #C57002. Grayscale: #818181. Windows color (decimal): -12939267 or 16617274. OLE color: 16617274.

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

Color convert

RGB58143253-
CMYK0.770.4300.01
HSL213.85º97.99%60.98%-
HSV(B)213.85º77.08%99.22%-
XYZ29.327.6496.72-
YUV130.12197.3476.56-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 12.78%
GREEN value IS 143 (56.25% from 255) = 31.50%
BLUE value IS 253 (99.22% from 255) = 55.73%
R=12.78%
G=31.50%
B=55.73%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal581432530.770.4300.01213.8597.9960.98
Hex3A8FFD4D2B01d6623d
Octal72217375115530132614275
Binary1110101000111111111101100110110101101110101101100010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A8FFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(58,143,253); }

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

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

 a { background-color: rgb(58,143,253); }

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

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

 span { border-color: rgb(58,143,253); }

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