Html Css Color HEX #2978FA Dodger Blue

📋 copy color: '#2978FA'

red 41 ◦ green 120 ◦ blue 250

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

Shades of Dodger Blue #2978FA

Tints of Dodger Blue #2978FA

RGB

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

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

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

R = 9.98%
G = 29.2%
B = 60.83%

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

#2978FA (or 0x2978FA) is known color: Dodger Blue. HEX triplet: 29, 78 and FA. RGB value is (41,120,250). Sum of RGB (Red+Green+Blue) = 41+120+250=411 (54% of max value = 765). Red value is 41 (16.41% from 255 or 9.98% from 411); Green value is 120 (47.27% from 255 or 29.20% from 411); Blue value is 250 (98.05% from 255 or 60.83% from 411); Max value from RGB is 250 - color contains mainly: blue. Hex color #2978FA is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2978FA is #D68705. Grayscale: #6E6E6E. Windows color (decimal): -14059270 or 16414761. OLE color: 16414761.

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

Color convert

RGB 41 120 250 -
CMYK 0.84 0.52 0 0.02
HSL 217.32º 0.95% 0.57% -
HSV(B) 217.32º 0.84% 0.98% -
XYZ 24.89 20.81 93.15 -
YUV 111.2 206.33 77.93 -
System Red Green Blue C M Y K H S L
Decimal 41 120 250 0.84 0.52 0 0.02 217.32 0.95 0.57
Hex 29 78 FA 54 34 0 2 D9 5F 39
Octal 51 170 372 124 64 0 2 331 137 71
Binary 101001 1111000 11111010 1010100 110100 0 10 11011001 1011111 111001

Color Harmonies of #2978FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2978FA

Black with #2978FA

Text Example


Text Example

White with #2978FA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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