#3f97f2

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

Shades of Dodger Blue #3F97F2

Tints of Dodger Blue #3F97F2

Color information

#3F97F2 (or 0x3F97F2) is unknown color: approx Dodger Blue. HEX triplet: 3F, 97 and F2. RGB value is (63,151,242). Sum of RGB (Red+Green+Blue) = 63+151+242=456 (60% of max value = 765). Red value is 63 (25% from 255 or 13.82% from 456); Green value is 151 (59.38% from 255 or 33.11% from 456); Blue value is 242 (94.92% from 255 or 53.07% from 456); Max value from RGB is 242 - color contains mainly: blue. Hex color #3F97F2 is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #3F97F2 is #C0680D. Grayscale: #868686. Windows color (decimal): -12609550 or 15898431. OLE color: 15898431.

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

Color convert

RGB63151242-
CMYK0.740.3800.05
HSL210.5º87.32%59.8%-
HSV(B)210.5º73.97%94.9%-
XYZ29.1429.688.18-
YUV135.06188.3576.6-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 13.82%
GREEN value IS 151 (59.38% from 255) = 33.11%
BLUE value IS 242 (94.92% from 255) = 53.07%
R=13.82%
G=33.11%
B=53.07%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal631512420.740.3800.05210.587.3259.8
Hex3F97F24A2605d3573c
Octal77227362112460532312774
Binary111111100101111111001010010101001100101110100111010111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3f97f2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(63,151,242); }

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

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

 a { background-color: rgb(63,151,242); }

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

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

 span { border-color: rgb(63,151,242); }

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