Html Css Color HEX #2978FB Dodger Blue

📋 copy color: '#2978FB'

red 41 ◦ green 120 ◦ blue 251

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

Shades of Dodger Blue #2978FB

Tints of Dodger Blue #2978FB

RGB

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

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

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

R = 9.95%
G = 29.13%
B = 60.92%

CMYK

 C value IS 0.84

 M value IS 0.52

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#2978FB (or 0x2978FB) is known color: Dodger Blue. HEX triplet: 29, 78 and FB. RGB value is (41,120,251). Sum of RGB (Red+Green+Blue) = 41+120+251=412 (54% of max value = 765). Red value is 41 (16.41% from 255 or 9.95% from 412); Green value is 120 (47.27% from 255 or 29.13% from 412); Blue value is 251 (98.44% from 255 or 60.92% from 412); Max value from RGB is 251 - color contains mainly: blue. Hex color #2978FB is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2978FB is #D68704. Grayscale: #6E6E6E. Windows color (decimal): -14059269 or 16480297. OLE color: 16480297.

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

Color convert

RGB 41 120 251 -
CMYK 0.84 0.52 0 0.02
HSL 217.43º 0.96% 0.57% -
HSV(B) 217.43º 0.84% 0.98% -
XYZ 25.04 20.87 93.98 -
YUV 111.31 206.83 77.85 -
System Red Green Blue C M Y K H S L
Decimal 41 120 251 0.84 0.52 0 0.02 217.43 0.96 0.57
Hex 29 78 FB 54 34 0 2 D9 60 39
Octal 51 170 373 124 64 0 2 331 140 71
Binary 101001 1111000 11111011 1010100 110100 0 10 11011001 1100000 111001

Color Harmonies of #2978FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2978FB

Black with #2978FB

Text Example


Text Example

White with #2978FB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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