#3F8AFE

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

Shades of Dodger Blue #3F8AFE

Tints of Dodger Blue #3F8AFE

Color information

#3F8AFE (or 0x3F8AFE) is unknown color: approx Dodger Blue. HEX triplet: 3F, 8A and FE. RGB value is (63,138,254). Sum of RGB (Red+Green+Blue) = 63+138+254=455 (60% of max value = 765). Red value is 63 (25% from 255 or 13.85% from 455); Green value is 138 (54.30% from 255 or 30.33% from 455); Blue value is 254 (99.61% from 255 or 55.82% from 455); Max value from RGB is 254 - color contains mainly: blue. Hex color #3F8AFE is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #3F8AFE is #C07501. Grayscale: #808080. Windows color (decimal): -12612866 or 16681535. OLE color: 16681535.

HSL color Cylindrical-coordinate representation of color #3F8AFE: hue angle of 216.44º 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 #3F8AFE is Cyan = 0.75, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB63138254-
CMYK0.750.4600.00
HSL216.44º98.96%62.16%-
HSV(B)216.44º75.2%99.61%-
XYZ29.0326.3997.33-
YUV128.8198.6581.07-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 13.85%
GREEN value IS 138 (54.30% from 255) = 30.33%
BLUE value IS 254 (99.61% from 255) = 55.82%
R=13.85%
G=30.33%
B=55.82%

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
Decimal631382540.750.4600.00216.4498.9662.16
Hex3F8AFE4B2E00d8633e
Octal77212376113560033014376
Binary1111111000101011111110100101110111000110110001100011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F8AFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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