#2F9EFE

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

Shades of Dodger Blue #2F9EFE

Tints of Dodger Blue #2F9EFE

Color information

#2F9EFE (or 0x2F9EFE) is unknown color: approx Dodger Blue. HEX triplet: 2F, 9E and FE. RGB value is (47,158,254). Sum of RGB (Red+Green+Blue) = 47+158+254=459 (60% of max value = 765). Red value is 47 (18.75% from 255 or 10.24% from 459); Green value is 158 (62.11% from 255 or 34.42% from 459); Blue value is 254 (99.61% from 255 or 55.34% from 459); Max value from RGB is 254 - color contains mainly: blue. Hex color #2F9EFE is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #2F9EFE is #D06101. Grayscale: #878787. Windows color (decimal): -13656322 or 16686639. OLE color: 16686639.

HSL color Cylindrical-coordinate representation of color #2F9EFE: hue angle of 207.83º 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 #2F9EFE is Cyan = 0.81, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB47158254-
CMYK0.810.3800.00
HSL207.83º99.04%59.02%-
HSV(B)207.83º81.5%99.61%-
XYZ31.2932.2198.33-
YUV135.76194.7364.69-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 10.24%
GREEN value IS 158 (62.11% from 255) = 34.42%
BLUE value IS 254 (99.61% from 255) = 55.34%
R=10.24%
G=34.42%
B=55.34%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal471582540.810.3800.00207.8399.0459.02
Hex2F9EFE512600d0633b
Octal57236376121460032014373
Binary1011111001111011111110101000110011000110100001100011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F9EFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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