#2FA0FE

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

Shades of Dodger Blue #2FA0FE

Tints of Dodger Blue #2FA0FE

Color information

#2FA0FE (or 0x2FA0FE) is unknown color: approx Dodger Blue. HEX triplet: 2F, A0 and FE. RGB value is (47,160,254). Sum of RGB (Red+Green+Blue) = 47+160+254=461 (61% of max value = 765). Red value is 47 (18.75% from 255 or 10.20% from 461); Green value is 160 (62.89% from 255 or 34.71% from 461); Blue value is 254 (99.61% from 255 or 55.10% from 461); Max value from RGB is 254 - color contains mainly: blue. Hex color #2FA0FE is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #2FA0FE is #D05F01. Grayscale: #888888. Windows color (decimal): -13655810 or 16687151. OLE color: 16687151.

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

Color convert

RGB47160254-
CMYK0.810.3700.00
HSL207.25º99.04%59.02%-
HSV(B)207.25º81.5%99.61%-
XYZ31.6332.998.45-
YUV136.93194.0663.86-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 10.20%
GREEN value IS 160 (62.89% from 255) = 34.71%
BLUE value IS 254 (99.61% from 255) = 55.10%
R=10.20%
G=34.71%
B=55.10%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal471602540.810.3700.00207.2599.0459.02
Hex2FA0FE512500cf633b
Octal57240376121450031714373
Binary1011111010000011111110101000110010100110011111100011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2FA0FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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