#3D98FB

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

Shades of Dodger Blue #3D98FB

Tints of Dodger Blue #3D98FB

Color information

#3D98FB (or 0x3D98FB) is unknown color: approx Dodger Blue. HEX triplet: 3D, 98 and FB. RGB value is (61,152,251). Sum of RGB (Red+Green+Blue) = 61+152+251=464 (61% of max value = 765). Red value is 61 (24.22% from 255 or 13.15% from 464); Green value is 152 (59.77% from 255 or 32.76% from 464); Blue value is 251 (98.44% from 255 or 54.09% from 464); Max value from RGB is 251 - color contains mainly: blue. Hex color #3D98FB is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #3D98FB is #C26704. Grayscale: #878787. Windows color (decimal): -12740357 or 16488509. OLE color: 16488509.

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

Color convert

RGB61152251-
CMYK0.760.3900.02
HSL211.26º95.96%61.18%-
HSV(B)211.26º75.7%98.43%-
XYZ30.5730.4195.53-
YUV136.08192.8574.45-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 13.15%
GREEN value IS 152 (59.77% from 255) = 32.76%
BLUE value IS 251 (98.44% from 255) = 54.09%
R=13.15%
G=32.76%
B=54.09%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal611522510.760.3900.02211.2695.9661.18
Hex3D98FB4C2702d3603d
Octal75230373114470232314075
Binary11110110011000111110111001100100111010110100111100000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D98FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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