#2F8CFE

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

Shades of Dodger Blue #2F8CFE

Tints of Dodger Blue #2F8CFE

Color information

#2F8CFE (or 0x2F8CFE) is unknown color: approx Dodger Blue. HEX triplet: 2F, 8C and FE. RGB value is (47,140,254). Sum of RGB (Red+Green+Blue) = 47+140+254=441 (58% of max value = 765). Red value is 47 (18.75% from 255 or 10.66% from 441); Green value is 140 (55.08% from 255 or 31.75% from 441); Blue value is 254 (99.61% from 255 or 57.60% from 441); Max value from RGB is 254 - color contains mainly: blue. Hex color #2F8CFE is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #2F8CFE is #D07301. Grayscale: #7C7C7C. Windows color (decimal): -13660930 or 16682031. OLE color: 16682031.

HSL color Cylindrical-coordinate representation of color #2F8CFE: hue angle of 213.04º degrees, saturation: 0.99, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2F8CFE is Cyan = 0.81, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB47140254-
CMYK0.810.4500.00
HSL213.04º99.04%59.02%-
HSV(B)213.04º81.5%99.61%-
XYZ28.4426.5297.39-
YUV125.19200.6972.23-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 10.66%
GREEN value IS 140 (55.08% from 255) = 31.75%
BLUE value IS 254 (99.61% from 255) = 57.60%
R=10.66%
G=31.75%
B=57.60%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal471402540.810.4500.00213.0499.0459.02
Hex2F8CFE512D00d5633b
Octal57214376121550032514373
Binary1011111000110011111110101000110110100110101011100011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F8CFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2F8CFE; }

 p { color: rgb(47,140,254); }

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

<style>
 a { background-color: #2F8CFE; }

 a { background-color: rgb(47,140,254); }

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

<style>
 span { border-color: #2F8CFE; }

 span { border-color: rgb(47,140,254); }

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