#3F88FC

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

Shades of Dodger Blue #3F88FC

Tints of Dodger Blue #3F88FC

Color information

#3F88FC (or 0x3F88FC) is unknown color: approx Dodger Blue. HEX triplet: 3F, 88 and FC. RGB value is (63,136,252). Sum of RGB (Red+Green+Blue) = 63+136+252=451 (59% of max value = 765). Red value is 63 (25% from 255 or 13.97% from 451); Green value is 136 (53.52% from 255 or 30.16% from 451); Blue value is 252 (98.83% from 255 or 55.88% from 451); Max value from RGB is 252 - color contains mainly: blue. Hex color #3F88FC is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #3F88FC is #C07703. Grayscale: #7E7E7E. Windows color (decimal): -12613380 or 16549951. OLE color: 16549951.

HSL color Cylindrical-coordinate representation of color #3F88FC: hue angle of 216.83º degrees, saturation: 0.97, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3F88FC is Cyan = 0.75, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB63136252-
CMYK0.750.4600.01
HSL216.83º96.92%61.76%-
HSV(B)216.83º75%98.82%-
XYZ28.4225.6995.56-
YUV127.4198.3282.07-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 13.97%
GREEN value IS 136 (53.52% from 255) = 30.16%
BLUE value IS 252 (98.83% from 255) = 55.88%
R=13.97%
G=30.16%
B=55.88%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal631362520.750.4600.01216.8396.9261.76
Hex3F88FC4B2E01d9613e
Octal77210374113560133114176
Binary1111111000100011111100100101110111001110110011100001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F88FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(63,136,252); }

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

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

 a { background-color: rgb(63,136,252); }

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

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

 span { border-color: rgb(63,136,252); }

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