Html Css Color HEX #2972FB Dodger Blue

📋 copy color: '#2972FB'

red 41 ◦ green 114 ◦ blue 251

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

Shades of Dodger Blue #2972FB

Tints of Dodger Blue #2972FB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 61.82%

R = 10.1%
G = 28.08%
B = 61.82%

CMYK

 C value IS 0.84

 M value IS 0.55

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#2972FB (or 0x2972FB) is known color: Dodger Blue. HEX triplet: 29, 72 and FB. RGB value is (41,114,251). Sum of RGB (Red+Green+Blue) = 41+114+251=406 (53% of max value = 765). Red value is 41 (16.41% from 255 or 10.10% from 406); Green value is 114 (44.92% from 255 or 28.08% from 406); Blue value is 251 (98.44% from 255 or 61.82% from 406); Max value from RGB is 251 - color contains mainly: blue. Hex color #2972FB is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2972FB is #D68D04. Grayscale: #6B6B6B. Windows color (decimal): -14060805 or 16478761. OLE color: 16478761.

HSL color Cylindrical-coordinate representation of color #2972FB: hue angle of 219.14º degrees, saturation: 0.96, 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 #2972FB is Cyan = 0.84, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 41 114 251 -
CMYK 0.84 0.55 0 0.02
HSL 219.14º 0.96% 0.57% -
HSV(B) 219.14º 0.84% 0.98% -
XYZ 24.34 19.47 93.74 -
YUV 107.79 208.82 80.36 -
System Red Green Blue C M Y K H S L
Decimal 41 114 251 0.84 0.55 0 0.02 219.14 0.96 0.57
Hex 29 72 FB 54 37 0 2 DB 60 39
Octal 51 162 373 124 67 0 2 333 140 71
Binary 101001 1110010 11111011 1010100 110111 0 10 11011011 1100000 111001

Color Harmonies of #2972FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2972FB

Black with #2972FB

Text Example


Text Example

White with #2972FB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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