#3F8FFB

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

Shades of Dodger Blue #3F8FFB

Tints of Dodger Blue #3F8FFB

Color information

#3F8FFB (or 0x3F8FFB) is unknown color: approx Dodger Blue. HEX triplet: 3F, 8F and FB. RGB value is (63,143,251). Sum of RGB (Red+Green+Blue) = 63+143+251=457 (60% of max value = 765). Red value is 63 (25% from 255 or 13.79% from 457); Green value is 143 (56.25% from 255 or 31.29% from 457); Blue value is 251 (98.44% from 255 or 54.92% from 457); Max value from RGB is 251 - color contains mainly: blue. Hex color #3F8FFB is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #3F8FFB is #C07004. Grayscale: #828282. Windows color (decimal): -12611589 or 16486207. OLE color: 16486207.

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

Color convert

RGB63143251-
CMYK0.750.4300.02
HSL214.47º95.92%61.57%-
HSV(B)214.47º74.9%98.43%-
XYZ29.2827.6795.06-
YUV131.39195.579.22-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 13.79%
GREEN value IS 143 (56.25% from 255) = 31.29%
BLUE value IS 251 (98.44% from 255) = 54.92%
R=13.79%
G=31.29%
B=54.92%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal631432510.750.4300.02214.4795.9261.57
Hex3F8FFB4B2B02d6603e
Octal77217373113530232614076
Binary11111110001111111110111001011101011010110101101100000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F8FFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(63,143,251); }

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

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

 a { background-color: rgb(63,143,251); }

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

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

 span { border-color: rgb(63,143,251); }

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