#3AA0FA

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

Shades of Dodger Blue #3AA0FA

Tints of Dodger Blue #3AA0FA

Color information

#3AA0FA (or 0x3AA0FA) is unknown color: approx Dodger Blue. HEX triplet: 3A, A0 and FA. RGB value is (58,160,250). Sum of RGB (Red+Green+Blue) = 58+160+250=468 (61% of max value = 765). Red value is 58 (23.05% from 255 or 12.39% from 468); Green value is 160 (62.89% from 255 or 34.19% from 468); Blue value is 250 (98.05% from 255 or 53.42% from 468); Max value from RGB is 250 - color contains mainly: blue. Hex color #3AA0FA is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #3AA0FA is #C55F05. Grayscale: #8B8B8B. Windows color (decimal): -12934918 or 16425018. OLE color: 16425018.

HSL color Cylindrical-coordinate representation of color #3AA0FA: hue angle of 208.12º 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 #3AA0FA is Cyan = 0.77, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB58160250-
CMYK0.770.3600.02
HSL208.12º95.05%60.39%-
HSV(B)208.12º76.8%98.04%-
XYZ31.5732.9495.14-
YUV139.76190.2169.68-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 12.39%
GREEN value IS 160 (62.89% from 255) = 34.19%
BLUE value IS 250 (98.05% from 255) = 53.42%
R=12.39%
G=34.19%
B=53.42%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal581602500.770.3600.02208.1295.0560.39
Hex3AA0FA4D2402d05f3c
Octal72240372115440232013774
Binary11101010100000111110101001101100100010110100001011111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3AA0FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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