#3a8cf1

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

Shades of Dodger Blue #3A8CF1

Tints of Dodger Blue #3A8CF1

Color information

#3A8CF1 (or 0x3A8CF1) is unknown color: approx Dodger Blue. HEX triplet: 3A, 8C and F1. RGB value is (58,140,241). Sum of RGB (Red+Green+Blue) = 58+140+241=439 (58% of max value = 765). Red value is 58 (23.05% from 255 or 13.21% from 439); Green value is 140 (55.08% from 255 or 31.89% from 439); Blue value is 241 (94.53% from 255 or 54.90% from 439); Max value from RGB is 241 - color contains mainly: blue. Hex color #3A8CF1 is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #3A8CF1 is #C5730E. Grayscale: #7E7E7E. Windows color (decimal): -12940047 or 15830074. OLE color: 15830074.

HSL color Cylindrical-coordinate representation of color #3A8CF1: hue angle of 213.11º degrees, saturation: 0.87, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #3A8CF1 is Cyan = 0.76, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB58140241-
CMYK0.760.4200.05
HSL213.11º86.73%58.63%-
HSV(B)213.11º75.93%94.51%-
XYZ2726.0186.82-
YUV127192.3378.79-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 13.21%
GREEN value IS 140 (55.08% from 255) = 31.89%
BLUE value IS 241 (94.53% from 255) = 54.90%
R=13.21%
G=31.89%
B=54.90%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal581402410.760.4200.05213.1186.7358.63
Hex3A8CF14C2A05d5573b
Octal72214361114520532512773
Binary111010100011001111000110011001010100101110101011010111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3a8cf1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(58,140,241); }

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

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

 a { background-color: rgb(58,140,241); }

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

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

 span { border-color: rgb(58,140,241); }

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