#2F80FC

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

Shades of Dodger Blue #2F80FC

Tints of Dodger Blue #2F80FC

Color information

#2F80FC (or 0x2F80FC) is unknown color: approx Dodger Blue. HEX triplet: 2F, 80 and FC. RGB value is (47,128,252). Sum of RGB (Red+Green+Blue) = 47+128+252=427 (56% of max value = 765). Red value is 47 (18.75% from 255 or 11.01% from 427); Green value is 128 (50.39% from 255 or 29.98% from 427); Blue value is 252 (98.83% from 255 or 59.02% from 427); Max value from RGB is 252 - color contains mainly: blue. Hex color #2F80FC is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #2F80FC is #D07F03. Grayscale: #757575. Windows color (decimal): -13664004 or 16547887. OLE color: 16547887.

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

Color convert

RGB47128252-
CMYK0.810.4900.01
HSL216.29º97.16%58.63%-
HSV(B)216.29º81.35%98.82%-
XYZ26.4623.0795.15-
YUV117.92203.6677.42-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 11.01%
GREEN value IS 128 (50.39% from 255) = 29.98%
BLUE value IS 252 (98.83% from 255) = 59.02%
R=11.01%
G=29.98%
B=59.02%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal471282520.810.4900.01216.2997.1658.63
Hex2F80FC513101d8613b
Octal57200374121610133014173
Binary1011111000000011111100101000111000101110110001100001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F80FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(47,128,252); }

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

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

 a { background-color: rgb(47,128,252); }

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

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

 span { border-color: rgb(47,128,252); }

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