#3A98FB

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

Shades of Dodger Blue #3A98FB

Tints of Dodger Blue #3A98FB

Color information

#3A98FB (or 0x3A98FB) is unknown color: approx Dodger Blue. HEX triplet: 3A, 98 and FB. RGB value is (58,152,251). Sum of RGB (Red+Green+Blue) = 58+152+251=461 (61% of max value = 765). Red value is 58 (23.05% from 255 or 12.58% from 461); Green value is 152 (59.77% from 255 or 32.97% from 461); Blue value is 251 (98.44% from 255 or 54.45% from 461); Max value from RGB is 251 - color contains mainly: blue. Hex color #3A98FB is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #3A98FB is #C56704. Grayscale: #868686. Windows color (decimal): -12936965 or 16488506. OLE color: 16488506.

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

Color convert

RGB58152251-
CMYK0.770.3900.02
HSL210.78º96.02%60.59%-
HSV(B)210.78º76.89%98.43%-
XYZ30.3930.3295.52-
YUV135.18193.3672.95-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 12.58%
GREEN value IS 152 (59.77% from 255) = 32.97%
BLUE value IS 251 (98.44% from 255) = 54.45%
R=12.58%
G=32.97%
B=54.45%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal581522510.770.3900.02210.7896.0260.59
Hex3A98FB4D2702d3603d
Octal72230373115470232314075
Binary11101010011000111110111001101100111010110100111100000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A98FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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