Html Css Color HEX #2970FD Dodger Blue

📋 copy color: '#2970FD'

red 41 ◦ green 112 ◦ blue 253

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

Shades of Dodger Blue #2970FD

Tints of Dodger Blue #2970FD

RGB

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

 GREEN value IS 112 (44.14% from 255) = 27.59%

 BLUE value IS 253 (99.22% from 255) = 62.32%

R = 10.1%
G = 27.59%
B = 62.32%

CMYK

 C value IS 0.84

 M value IS 0.56

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#2970FD (or 0x2970FD) is known color: Dodger Blue. HEX triplet: 29, 70 and FD. RGB value is (41,112,253). Sum of RGB (Red+Green+Blue) = 41+112+253=406 (53% of max value = 765). Red value is 41 (16.41% from 255 or 10.10% from 406); Green value is 112 (44.14% from 255 or 27.59% from 406); Blue value is 253 (99.22% from 255 or 62.32% from 406); Max value from RGB is 253 - color contains mainly: blue. Hex color #2970FD is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2970FD is #D68F02. Grayscale: #6A6A6A. Windows color (decimal): -14061315 or 16609321. OLE color: 16609321.

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

Color convert

RGB 41 112 253 -
CMYK 0.84 0.56 0 0.01
HSL 219.91º 0.98% 0.58% -
HSV(B) 219.91º 0.84% 0.99% -
XYZ 24.44 19.15 95.34 -
YUV 106.85 210.48 81.04 -
System Red Green Blue C M Y K H S L
Decimal 41 112 253 0.84 0.56 0 0.01 219.91 0.98 0.58
Hex 29 70 FD 54 38 0 1 DC 62 3A
Octal 51 160 375 124 70 0 1 334 142 72
Binary 101001 1110000 11111101 1010100 111000 0 1 11011100 1100010 111010

Color Harmonies of #2970FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2970FD

Black with #2970FD

Text Example


Text Example

White with #2970FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2970FD; }

 p { color: rgb(41,112,253); }

 H1.HeaderClassName
 {
   color: #2970FD;
 }
 .AnyTagClassName
 {
   color: #2970FD;
 }
</style>

background-color css

<style>
 a { background-color: #2970FD; }

 a { background-color: rgb(41,112,253); }

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

border-color css

<style>
 span { border-color: #2970FD; }

 span { border-color: rgb(41,112,253); }

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