Html Css Color HEX #2978F1 Dodger Blue

📋 copy color: '#2978F1'

red 41 ◦ green 120 ◦ blue 241

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

Shades of Dodger Blue #2978F1

Tints of Dodger Blue #2978F1

RGB

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

 GREEN value IS 120 (47.27% from 255) = 29.85%

 BLUE value IS 241 (94.53% from 255) = 59.95%

R = 10.2%
G = 29.85%
B = 59.95%

CMYK

 C value IS 0.83

 M value IS 0.50

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#2978F1 (or 0x2978F1) is known color: Dodger Blue. HEX triplet: 29, 78 and F1. RGB value is (41,120,241). Sum of RGB (Red+Green+Blue) = 41+120+241=402 (53% of max value = 765). Red value is 41 (16.41% from 255 or 10.20% from 402); Green value is 120 (47.27% from 255 or 29.85% from 402); Blue value is 241 (94.53% from 255 or 59.95% from 402); Max value from RGB is 241 - color contains mainly: blue. Hex color #2978F1 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2978F1 is #D6870E. Grayscale: #6D6D6D. Windows color (decimal): -14059279 or 15824937. OLE color: 15824937.

HSL color Cylindrical-coordinate representation of color #2978F1: hue angle of 216.3º degrees, saturation: 0.88, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2978F1 is Cyan = 0.83, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 41 120 241 -
CMYK 0.83 0.50 0 0.05
HSL 216.3º 0.88% 0.55% -
HSV(B) 216.3º 0.83% 0.95% -
XYZ 23.51 20.26 85.89 -
YUV 110.17 201.83 78.66 -
System Red Green Blue C M Y K H S L
Decimal 41 120 241 0.83 0.50 0 0.05 216.3 0.88 0.55
Hex 29 78 F1 53 32 0 5 D8 58 37
Octal 51 170 361 123 62 0 5 330 130 67
Binary 101001 1111000 11110001 1010011 110010 0 101 11011000 1011000 110111

Color Harmonies of #2978F1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2978F1

Black with #2978F1

Text Example


Text Example

White with #2978F1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2978F1; }

 p { color: rgb(41,120,241); }

 H1.HeaderClassName
 {
   color: #2978F1;
 }
 .AnyTagClassName
 {
   color: #2978F1;
 }
</style>

background-color css

<style>
 a { background-color: #2978F1; }

 a { background-color: rgb(41,120,241); }

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

border-color css

<style>
 span { border-color: #2978F1; }

 span { border-color: rgb(41,120,241); }

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