#3A94FA

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

Shades of Dodger Blue #3A94FA

Tints of Dodger Blue #3A94FA

Color information

#3A94FA (or 0x3A94FA) is unknown color: approx Dodger Blue. HEX triplet: 3A, 94 and FA. RGB value is (58,148,250). Sum of RGB (Red+Green+Blue) = 58+148+250=456 (60% of max value = 765). Red value is 58 (23.05% from 255 or 12.72% from 456); Green value is 148 (58.20% from 255 or 32.46% from 456); Blue value is 250 (98.05% from 255 or 54.82% from 456); Max value from RGB is 250 - color contains mainly: blue. Hex color #3A94FA is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #3A94FA is #C56B05. Grayscale: #848484. Windows color (decimal): -12937990 or 16421946. OLE color: 16421946.

HSL color Cylindrical-coordinate representation of color #3A94FA: hue angle of 211.88º degrees, saturation: 0.95, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #3A94FA is Cyan = 0.77, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB58148250-
CMYK0.770.4100.02
HSL211.88º95.05%60.39%-
HSV(B)211.88º76.8%98.04%-
XYZ29.5928.9894.48-
YUV132.72194.1874.71-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 12.72%
GREEN value IS 148 (58.20% from 255) = 32.46%
BLUE value IS 250 (98.05% from 255) = 54.82%
R=12.72%
G=32.46%
B=54.82%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal581482500.770.4100.02211.8895.0560.39
Hex3A94FA4D2902d45f3c
Octal72224372115510232413774
Binary11101010010100111110101001101101001010110101001011111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A94FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(58,148,250); }

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

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

 a { background-color: rgb(58,148,250); }

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

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

 span { border-color: rgb(58,148,250); }

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