#3F92F1

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

Shades of Dodger Blue #3F92F1

Tints of Dodger Blue #3F92F1

Color information

#3F92F1 (or 0x3F92F1) is unknown color: approx Dodger Blue. HEX triplet: 3F, 92 and F1. RGB value is (63,146,241). Sum of RGB (Red+Green+Blue) = 63+146+241=450 (59% of max value = 765). Red value is 63 (25% from 255 or 14% from 450); Green value is 146 (57.42% from 255 or 32.44% from 450); Blue value is 241 (94.53% from 255 or 53.56% from 450); Max value from RGB is 241 - color contains mainly: blue. Hex color #3F92F1 is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #3F92F1 is #C06D0E. Grayscale: #838383. Windows color (decimal): -12610831 or 15831615. OLE color: 15831615.

HSL color Cylindrical-coordinate representation of color #3F92F1: hue angle of 212.02º degrees, saturation: 0.86, 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 #3F92F1 is Cyan = 0.74, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB63146241-
CMYK0.740.3900.05
HSL212.02º86.41%59.61%-
HSV(B)212.02º73.86%94.51%-
XYZ28.2127.9787.13-
YUV132.01189.578.78-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 14%
GREEN value IS 146 (57.42% from 255) = 32.44%
BLUE value IS 241 (94.53% from 255) = 53.56%
R=14%
G=32.44%
B=53.56%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal631462410.740.3900.05212.0286.4159.61
Hex3F92F14A2705d4563c
Octal77222361112470532412674
Binary111111100100101111000110010101001110101110101001010110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F92F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(63,146,241); }

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

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

 a { background-color: rgb(63,146,241); }

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

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

 span { border-color: rgb(63,146,241); }

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