Html Css Color HEX #2FAAFB Dodger Blue

📋 copy color: '#2FAAFB'

red 47 ◦ green 170 ◦ blue 251

#2FAAFB
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dodger Blue #2FAAFB

Tints of Dodger Blue #2FAAFB

RGB

 RED value IS 47 (18.75% from 255) = 10.04%

 GREEN value IS 170 (66.8% from 255) = 36.32%

 BLUE value IS 251 (98.44% from 255) = 53.63%

R = 10.04%
G = 36.32%
B = 53.63%

CMYK

 C value IS 0.81

 M value IS 0.32

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#2FAAFB (or 0x2FAAFB) is known color: Dodger Blue. HEX triplet: 2F, AA and FB. RGB value is (47,170,251). Sum of RGB (Red+Green+Blue) = 47+170+251=468 (61% of max value = 765). Red value is 47 (18.75% from 255 or 10.04% from 468); Green value is 170 (66.80% from 255 or 36.32% from 468); Blue value is 251 (98.44% from 255 or 53.63% from 468); Max value from RGB is 251 - color contains mainly: blue. Hex color #2FAAFB is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #2FAAFB is #D05504. Grayscale: #8E8E8E. Windows color (decimal): -13653253 or 16493103. OLE color: 16493103.

HSL color Cylindrical-coordinate representation of color #2FAAFB: hue angle of 203.82º degrees, saturation: 0.96, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2FAAFB is Cyan = 0.81, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 47 170 251 -
CMYK 0.81 0.32 0 0.02
HSL 203.82º 0.96% 0.58% -
HSV(B) 203.82º 0.81% 0.98% -
XYZ 32.96 36.32 96.54 -
YUV 142.46 189.25 59.91 -
System Red Green Blue C M Y K H S L
Decimal 47 170 251 0.81 0.32 0 0.02 203.82 0.96 0.58
Hex 2F AA FB 51 20 0 2 CC 60 3A
Octal 57 252 373 121 40 0 2 314 140 72
Binary 101111 10101010 11111011 1010001 100000 0 10 11001100 1100000 111010

Color Harmonies of #2FAAFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2FAAFB

Black with #2FAAFB

Text Example


Text Example

White with #2FAAFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(47,170,251); }

 H1.HeaderClassName
 {
   color: #2FAAFB;
 }
 .AnyTagClassName
 {
   color: #2FAAFB;
 }
</style>

background-color css

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

 a { background-color: rgb(47,170,251); }

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

border-color css

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

 span { border-color: rgb(47,170,251); }

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