Html Css Color HEX #2978EF Dodger Blue

📋 copy color: '#2978EF'

red 41 ◦ green 120 ◦ blue 239

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

Shades of Dodger Blue #2978EF

Tints of Dodger Blue #2978EF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 59.75%

R = 10.25%
G = 30%
B = 59.75%

CMYK

 C value IS 0.83

 M value IS 0.50

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#2978EF (or 0x2978EF) is known color: Dodger Blue. HEX triplet: 29, 78 and EF. RGB value is (41,120,239). Sum of RGB (Red+Green+Blue) = 41+120+239=400 (52% of max value = 765). Red value is 41 (16.41% from 255 or 10.25% from 400); Green value is 120 (47.27% from 255 or 30% from 400); Blue value is 239 (93.75% from 255 or 59.75% from 400); Max value from RGB is 239 - color contains mainly: blue. Hex color #2978EF is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2978EF is #D68710. Grayscale: #6D6D6D. Windows color (decimal): -14059281 or 15693865. OLE color: 15693865.

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

Color convert

RGB 41 120 239 -
CMYK 0.83 0.50 0 0.06
HSL 216.06º 0.86% 0.55% -
HSV(B) 216.06º 0.83% 0.94% -
XYZ 23.21 20.14 84.32 -
YUV 109.95 200.83 78.82 -
System Red Green Blue C M Y K H S L
Decimal 41 120 239 0.83 0.50 0 0.06 216.06 0.86 0.55
Hex 29 78 EF 53 32 0 6 D8 56 37
Octal 51 170 357 123 62 0 6 330 126 67
Binary 101001 1111000 11101111 1010011 110010 0 110 11011000 1010110 110111

Color Harmonies of #2978EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2978EF

Black with #2978EF

Text Example


Text Example

White with #2978EF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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