Html Css Color HEX #2FA9FA Dodger Blue

📋 copy color: '#2FA9FA'

red 47 ◦ green 169 ◦ blue 250

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

Shades of Dodger Blue #2FA9FA

Tints of Dodger Blue #2FA9FA

RGB

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

 GREEN value IS 169 (66.41% from 255) = 36.27%

 BLUE value IS 250 (98.05% from 255) = 53.65%

R = 10.09%
G = 36.27%
B = 53.65%

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

#2FA9FA (or 0x2FA9FA) is known color: Dodger Blue. HEX triplet: 2F, A9 and FA. RGB value is (47,169,250). Sum of RGB (Red+Green+Blue) = 47+169+250=466 (61% of max value = 765). Red value is 47 (18.75% from 255 or 10.09% from 466); Green value is 169 (66.41% from 255 or 36.27% from 466); Blue value is 250 (98.05% from 255 or 53.65% from 466); Max value from RGB is 250 - color contains mainly: blue. Hex color #2FA9FA is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #2FA9FA is #D05605. Grayscale: #8D8D8D. Windows color (decimal): -13653510 or 16427311. OLE color: 16427311.

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

Color convert

RGB 47 169 250 -
CMYK 0.81 0.32 0 0.02
HSL 203.94º 0.95% 0.58% -
HSV(B) 203.94º 0.81% 0.98% -
XYZ 32.62 35.88 95.65 -
YUV 141.76 189.08 60.41 -
System Red Green Blue C M Y K H S L
Decimal 47 169 250 0.81 0.32 0 0.02 203.94 0.95 0.58
Hex 2F A9 FA 51 20 0 2 CC 5F 3A
Octal 57 251 372 121 40 0 2 314 137 72
Binary 101111 10101001 11111010 1010001 100000 0 10 11001100 1011111 111010

Color Harmonies of #2FA9FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2FA9FA

Black with #2FA9FA

Text Example


Text Example

White with #2FA9FA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(47,169,250); }

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

background-color css

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

 a { background-color: rgb(47,169,250); }

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

border-color css

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

 span { border-color: rgb(47,169,250); }

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