Html Css Color HEX #2971FF Dodger Blue

📋 copy color: '#2971FF'

red 41 ◦ green 113 ◦ blue 255

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

Shades of Dodger Blue #2971FF

Tints of Dodger Blue #2971FF

RGB

 RED value IS 41 (16.41% from 255) = 10.02%

 GREEN value IS 113 (44.53% from 255) = 27.63%

 BLUE value IS 255 (100% from 255) = 62.35%

R = 10.02%
G = 27.63%
B = 62.35%

CMYK

 C value IS 0.84

 M value IS 0.56

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#2971FF (or 0x2971FF) is known color: Dodger Blue. HEX triplet: 29, 71 and FF. RGB value is (41,113,255). Sum of RGB (Red+Green+Blue) = 41+113+255=409 (54% of max value = 765). Red value is 41 (16.41% from 255 or 10.02% from 409); Green value is 113 (44.53% from 255 or 27.63% from 409); Blue value is 255 (100% from 255 or 62.35% from 409); Max value from RGB is 255 - color contains mainly: blue. Hex color #2971FF is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2971FF is #D68E00. Grayscale: #6B6B6B. Windows color (decimal): -14061057 or 16740649. OLE color: 16740649.

HSL color Cylindrical-coordinate representation of color #2971FF: hue angle of 219.81º degrees, saturation: 1, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #2971FF is Cyan = 0.84, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 41 113 255 -
CMYK 0.84 0.56 0 0
HSL 219.81º 1% 0.58% -
HSV(B) 219.81º 0.84% 1% -
XYZ 24.87 19.5 97.06 -
YUV 107.66 211.15 80.45 -
System Red Green Blue C M Y K H S L
Decimal 41 113 255 0.84 0.56 0 0 219.81 1 0.58
Hex 29 71 FF 54 38 0 0 DC 64 3A
Octal 51 161 377 124 70 0 0 334 144 72
Binary 101001 1110001 11111111 1010100 111000 0 0 11011100 1100100 111010

Color Harmonies of #2971FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2971FF

Black with #2971FF

Text Example


Text Example

White with #2971FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2971FF; }

 p { color: rgb(41,113,255); }

 H1.HeaderClassName
 {
   color: #2971FF;
 }
 .AnyTagClassName
 {
   color: #2971FF;
 }
</style>

background-color css

<style>
 a { background-color: #2971FF; }

 a { background-color: rgb(41,113,255); }

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

border-color css

<style>
 span { border-color: #2971FF; }

 span { border-color: rgb(41,113,255); }

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