Html Css Color HEX #2971FE Dodger Blue

📋 copy color: '#2971FE'

red 41 ◦ green 113 ◦ blue 254

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

Shades of Dodger Blue #2971FE

Tints of Dodger Blue #2971FE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 62.25%

R = 10.05%
G = 27.7%
B = 62.25%

CMYK

 C value IS 0.84

 M value IS 0.56

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#2971FE (or 0x2971FE) is known color: Dodger Blue. HEX triplet: 29, 71 and FE. RGB value is (41,113,254). Sum of RGB (Red+Green+Blue) = 41+113+254=408 (54% of max value = 765). Red value is 41 (16.41% from 255 or 10.05% from 408); Green value is 113 (44.53% from 255 or 27.70% from 408); Blue value is 254 (99.61% from 255 or 62.25% from 408); Max value from RGB is 254 - color contains mainly: blue. Hex color #2971FE is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2971FE is #D68E01. Grayscale: #6A6A6A. Windows color (decimal): -14061058 or 16675113. OLE color: 16675113.

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

Color convert

RGB 41 113 254 -
CMYK 0.84 0.56 0 0.00
HSL 219.72º 0.99% 0.58% -
HSV(B) 219.72º 0.84% 1% -
XYZ 24.71 19.44 96.22 -
YUV 107.55 210.65 80.54 -
System Red Green Blue C M Y K H S L
Decimal 41 113 254 0.84 0.56 0 0.00 219.72 0.99 0.58
Hex 29 71 FE 54 38 0 0 DC 63 3A
Octal 51 161 376 124 70 0 0 334 143 72
Binary 101001 1110001 11111110 1010100 111000 0 0 11011100 1100011 111010

Color Harmonies of #2971FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2971FE

Black with #2971FE

Text Example


Text Example

White with #2971FE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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