#3C98FF

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

Shades of Dodger Blue #3C98FF

Tints of Dodger Blue #3C98FF

Color information

#3C98FF (or 0x3C98FF) is unknown color: approx Dodger Blue. HEX triplet: 3C, 98 and FF. RGB value is (60,152,255). Sum of RGB (Red+Green+Blue) = 60+152+255=467 (61% of max value = 765). Red value is 60 (23.83% from 255 or 12.85% from 467); Green value is 152 (59.77% from 255 or 32.55% from 467); Blue value is 255 (100% from 255 or 54.60% from 467); Max value from RGB is 255 - color contains mainly: blue. Hex color #3C98FF is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #3C98FF is #C36700. Grayscale: #878787. Windows color (decimal): -12805889 or 16750652. OLE color: 16750652.

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

Color convert

RGB60152255-
CMYK0.760.4000
HSL211.69º100%61.76%-
HSV(B)211.69º76.47%100%-
XYZ31.1430.6498.88-
YUV136.23195.0273.62-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 12.85%
GREEN value IS 152 (59.77% from 255) = 32.55%
BLUE value IS 255 (100% from 255) = 54.60%
R=12.85%
G=32.55%
B=54.60%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal601522550.760.4000211.6910061.76
Hex3C98FF4C2800d4643e
Octal74230377114500032414476
Binary1111001001100011111111100110010100000110101001100100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C98FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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