#3F89FE

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

Shades of Dodger Blue #3F89FE

Tints of Dodger Blue #3F89FE

Color information

#3F89FE (or 0x3F89FE) is unknown color: approx Dodger Blue. HEX triplet: 3F, 89 and FE. RGB value is (63,137,254). Sum of RGB (Red+Green+Blue) = 63+137+254=454 (60% of max value = 765). Red value is 63 (25% from 255 or 13.88% from 454); Green value is 137 (53.91% from 255 or 30.18% from 454); Blue value is 254 (99.61% from 255 or 55.95% from 454); Max value from RGB is 254 - color contains mainly: blue. Hex color #3F89FE is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #3F89FE is #C07601. Grayscale: #7F7F7F. Windows color (decimal): -12613122 or 16681279. OLE color: 16681279.

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

Color convert

RGB63137254-
CMYK0.750.4600.00
HSL216.75º98.96%62.16%-
HSV(B)216.75º75.2%99.61%-
XYZ28.8826.197.28-
YUV128.21198.9881.49-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 13.88%
GREEN value IS 137 (53.91% from 255) = 30.18%
BLUE value IS 254 (99.61% from 255) = 55.95%
R=13.88%
G=30.18%
B=55.95%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal631372540.750.4600.00216.7598.9662.16
Hex3F89FE4B2E00d9633e
Octal77211376113560033114376
Binary1111111000100111111110100101110111000110110011100011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F89FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(63,137,254); }

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

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

 a { background-color: rgb(63,137,254); }

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

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

 span { border-color: rgb(63,137,254); }

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