Html Css Color HEX #2976F6 Dodger Blue

📋 copy color: '#2976F6'

red 41 ◦ green 118 ◦ blue 246

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

Shades of Dodger Blue #2976F6

Tints of Dodger Blue #2976F6

RGB

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

 GREEN value IS 118 (46.48% from 255) = 29.14%

 BLUE value IS 246 (96.48% from 255) = 60.74%

R = 10.12%
G = 29.14%
B = 60.74%

CMYK

 C value IS 0.83

 M value IS 0.52

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#2976F6 (or 0x2976F6) is known color: Dodger Blue. HEX triplet: 29, 76 and F6. RGB value is (41,118,246). Sum of RGB (Red+Green+Blue) = 41+118+246=405 (53% of max value = 765). Red value is 41 (16.41% from 255 or 10.12% from 405); Green value is 118 (46.48% from 255 or 29.14% from 405); Blue value is 246 (96.48% from 255 or 60.74% from 405); Max value from RGB is 246 - color contains mainly: blue. Hex color #2976F6 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2976F6 is #D68909. Grayscale: #6C6C6C. Windows color (decimal): -14059786 or 16152105. OLE color: 16152105.

HSL color Cylindrical-coordinate representation of color #2976F6: hue angle of 217.46º degrees, saturation: 0.92, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2976F6 is Cyan = 0.83, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 41 118 246 -
CMYK 0.83 0.52 0 0.04
HSL 217.46º 0.92% 0.56% -
HSV(B) 217.46º 0.83% 0.96% -
XYZ 24.03 20.08 89.8 -
YUV 109.57 204.99 79.09 -
System Red Green Blue C M Y K H S L
Decimal 41 118 246 0.83 0.52 0 0.04 217.46 0.92 0.56
Hex 29 76 F6 53 34 0 4 D9 5C 38
Octal 51 166 366 123 64 0 4 331 134 70
Binary 101001 1110110 11110110 1010011 110100 0 100 11011001 1011100 111000

Color Harmonies of #2976F6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2976F6

Black with #2976F6

Text Example


Text Example

White with #2976F6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2976F6; }

 p { color: rgb(41,118,246); }

 H1.HeaderClassName
 {
   color: #2976F6;
 }
 .AnyTagClassName
 {
   color: #2976F6;
 }
</style>

background-color css

<style>
 a { background-color: #2976F6; }

 a { background-color: rgb(41,118,246); }

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

border-color css

<style>
 span { border-color: #2976F6; }

 span { border-color: rgb(41,118,246); }

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