Html Css Color HEX #2971FC Dodger Blue

📋 copy color: '#2971FC'

red 41 ◦ green 113 ◦ blue 252

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

Shades of Dodger Blue #2971FC

Tints of Dodger Blue #2971FC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 62.07%

R = 10.1%
G = 27.83%
B = 62.07%

CMYK

 C value IS 0.84

 M value IS 0.55

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#2971FC (or 0x2971FC) is known color: Dodger Blue. HEX triplet: 29, 71 and FC. RGB value is (41,113,252). Sum of RGB (Red+Green+Blue) = 41+113+252=406 (53% of max value = 765). Red value is 41 (16.41% from 255 or 10.10% from 406); Green value is 113 (44.53% from 255 or 27.83% from 406); Blue value is 252 (98.83% from 255 or 62.07% from 406); Max value from RGB is 252 - color contains mainly: blue. Hex color #2971FC is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2971FC is #D68E03. Grayscale: #6A6A6A. Windows color (decimal): -14061060 or 16544041. OLE color: 16544041.

HSL color Cylindrical-coordinate representation of color #2971FC: hue angle of 219.53º degrees, saturation: 0.97, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #2971FC is Cyan = 0.84, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 41 113 252 -
CMYK 0.84 0.55 0 0.01
HSL 219.53º 0.97% 0.57% -
HSV(B) 219.53º 0.84% 0.99% -
XYZ 24.39 19.31 94.54 -
YUV 107.32 209.65 80.7 -
System Red Green Blue C M Y K H S L
Decimal 41 113 252 0.84 0.55 0 0.01 219.53 0.97 0.57
Hex 29 71 FC 54 37 0 1 DC 61 39
Octal 51 161 374 124 67 0 1 334 141 71
Binary 101001 1110001 11111100 1010100 110111 0 1 11011100 1100001 111001

Color Harmonies of #2971FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2971FC

Black with #2971FC

Text Example


Text Example

White with #2971FC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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