#2FABFC

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

Shades of Dodger Blue #2FABFC

Tints of Dodger Blue #2FABFC

Color information

#2FABFC (or 0x2FABFC) is unknown color: approx Dodger Blue. HEX triplet: 2F, AB and FC. RGB value is (47,171,252). Sum of RGB (Red+Green+Blue) = 47+171+252=470 (62% of max value = 765). Red value is 47 (18.75% from 255 or 10% from 470); Green value is 171 (67.19% from 255 or 36.38% from 470); Blue value is 252 (98.83% from 255 or 53.62% from 470); Max value from RGB is 252 - color contains mainly: blue. Hex color #2FABFC is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #2FABFC is #D05403. Grayscale: #8E8E8E. Windows color (decimal): -13652996 or 16558895. OLE color: 16558895.

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

Color convert

RGB47171252-
CMYK0.810.3200.01
HSL203.71º97.16%58.63%-
HSV(B)203.71º81.35%98.82%-
XYZ33.3136.7697.44-
YUV143.16189.4259.41-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 10%
GREEN value IS 171 (67.19% from 255) = 36.38%
BLUE value IS 252 (98.83% from 255) = 53.62%
R=10%
G=36.38%
B=53.62%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal471712520.810.3200.01203.7197.1658.63
Hex2FABFC512001cc613b
Octal57253374121400131414173
Binary1011111010101111111100101000110000001110011001100001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2FABFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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