#3a98ff

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

Shades of Dodger Blue #3A98FF

Tints of Dodger Blue #3A98FF

Color information

#3A98FF (or 0x3A98FF) is unknown color: approx Dodger Blue. HEX triplet: 3A, 98 and FF. RGB value is (58,152,255). Sum of RGB (Red+Green+Blue) = 58+152+255=465 (61% of max value = 765). Red value is 58 (23.05% from 255 or 12.47% from 465); Green value is 152 (59.77% from 255 or 32.69% from 465); Blue value is 255 (100% from 255 or 54.84% from 465); Max value from RGB is 255 - color contains mainly: blue. Hex color #3A98FF is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #3A98FF is #C56700. Grayscale: #878787. Windows color (decimal): -12936961 or 16750650. OLE color: 16750650.

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

Color convert

RGB58152255-
CMYK0.770.4000
HSL211.37º100%61.37%-
HSV(B)211.37º77.25%100%-
XYZ31.0230.5898.87-
YUV135.64195.3672.62-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 12.47%
GREEN value IS 152 (59.77% from 255) = 32.69%
BLUE value IS 255 (100% from 255) = 54.84%
R=12.47%
G=32.69%
B=54.84%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal581522550.770.4000211.3710061.37
Hex3A98FF4D2800d3643d
Octal72230377115500032314475
Binary1110101001100011111111100110110100000110100111100100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3a98ff

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(58,152,255); }

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

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

 a { background-color: rgb(58,152,255); }

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

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

 span { border-color: rgb(58,152,255); }

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