#3D98F1

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

Shades of Dodger Blue #3D98F1

Tints of Dodger Blue #3D98F1

Color information

#3D98F1 (or 0x3D98F1) is unknown color: approx Dodger Blue. HEX triplet: 3D, 98 and F1. RGB value is (61,152,241). Sum of RGB (Red+Green+Blue) = 61+152+241=454 (60% of max value = 765). Red value is 61 (24.22% from 255 or 13.44% from 454); Green value is 152 (59.77% from 255 or 33.48% from 454); Blue value is 241 (94.53% from 255 or 53.08% from 454); Max value from RGB is 241 - color contains mainly: blue. Hex color #3D98F1 is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #3D98F1 is #C2670E. Grayscale: #868686. Windows color (decimal): -12740367 or 15833149. OLE color: 15833149.

HSL color Cylindrical-coordinate representation of color #3D98F1: hue angle of 209.67º degrees, saturation: 0.87, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3D98F1 is Cyan = 0.75, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB61152241-
CMYK0.750.3700.05
HSL209.67º86.54%59.22%-
HSV(B)209.67º74.69%94.51%-
XYZ29.0329.887.44-
YUV134.94187.8575.26-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 13.44%
GREEN value IS 152 (59.77% from 255) = 33.48%
BLUE value IS 241 (94.53% from 255) = 53.08%
R=13.44%
G=33.48%
B=53.08%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal611522410.750.3700.05209.6786.5459.22
Hex3D98F14B2505d2573b
Octal75230361113450532212773
Binary111101100110001111000110010111001010101110100101010111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D98F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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