Html Css Color HEX #2972FA Dodger Blue

📋 copy color: '#2972FA'

red 41 ◦ green 114 ◦ blue 250

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

Shades of Dodger Blue #2972FA

Tints of Dodger Blue #2972FA

RGB

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

 GREEN value IS 114 (44.92% from 255) = 28.15%

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

R = 10.12%
G = 28.15%
B = 61.73%

CMYK

 C value IS 0.84

 M value IS 0.54

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#2972FA (or 0x2972FA) is known color: Dodger Blue. HEX triplet: 29, 72 and FA. RGB value is (41,114,250). Sum of RGB (Red+Green+Blue) = 41+114+250=405 (53% of max value = 765). Red value is 41 (16.41% from 255 or 10.12% from 405); Green value is 114 (44.92% from 255 or 28.15% from 405); Blue value is 250 (98.05% from 255 or 61.73% from 405); Max value from RGB is 250 - color contains mainly: blue. Hex color #2972FA is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2972FA is #D68D05. Grayscale: #6B6B6B. Windows color (decimal): -14060806 or 16413225. OLE color: 16413225.

HSL color Cylindrical-coordinate representation of color #2972FA: hue angle of 219.04º degrees, saturation: 0.95, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #2972FA is Cyan = 0.84, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 41 114 250 -
CMYK 0.84 0.54 0 0.02
HSL 219.04º 0.95% 0.57% -
HSV(B) 219.04º 0.84% 0.98% -
XYZ 24.19 19.41 92.91 -
YUV 107.68 208.32 80.44 -
System Red Green Blue C M Y K H S L
Decimal 41 114 250 0.84 0.54 0 0.02 219.04 0.95 0.57
Hex 29 72 FA 54 36 0 2 DB 5F 39
Octal 51 162 372 124 66 0 2 333 137 71
Binary 101001 1110010 11111010 1010100 110110 0 10 11011011 1011111 111001

Color Harmonies of #2972FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2972FA

Black with #2972FA

Text Example


Text Example

White with #2972FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2972FA; }

 p { color: rgb(41,114,250); }

 H1.HeaderClassName
 {
   color: #2972FA;
 }
 .AnyTagClassName
 {
   color: #2972FA;
 }
</style>

background-color css

<style>
 a { background-color: #2972FA; }

 a { background-color: rgb(41,114,250); }

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

border-color css

<style>
 span { border-color: #2972FA; }

 span { border-color: rgb(41,114,250); }

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