Html Css Color HEX #2976FB Dodger Blue

📋 copy color: '#2976FB'

red 41 ◦ green 118 ◦ blue 251

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

Shades of Dodger Blue #2976FB

Tints of Dodger Blue #2976FB

RGB

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

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

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

R = 10%
G = 28.78%
B = 61.22%

CMYK

 C value IS 0.84

 M value IS 0.53

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#2976FB (or 0x2976FB) is known color: Dodger Blue. HEX triplet: 29, 76 and FB. RGB value is (41,118,251). Sum of RGB (Red+Green+Blue) = 41+118+251=410 (54% of max value = 765). Red value is 41 (16.41% from 255 or 10% from 410); Green value is 118 (46.48% from 255 or 28.78% from 410); Blue value is 251 (98.44% from 255 or 61.22% from 410); Max value from RGB is 251 - color contains mainly: blue. Hex color #2976FB is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2976FB is #D68904. Grayscale: #6D6D6D. Windows color (decimal): -14059781 or 16479785. OLE color: 16479785.

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

Color convert

RGB 41 118 251 -
CMYK 0.84 0.53 0 0.02
HSL 218º 0.96% 0.57% -
HSV(B) 218º 0.84% 0.98% -
XYZ 24.81 20.39 93.9 -
YUV 110.14 207.49 78.69 -
System Red Green Blue C M Y K H S L
Decimal 41 118 251 0.84 0.53 0 0.02 218 0.96 0.57
Hex 29 76 FB 54 35 0 2 DA 60 39
Octal 51 166 373 124 65 0 2 332 140 71
Binary 101001 1110110 11111011 1010100 110101 0 10 11011010 1100000 111001

Color Harmonies of #2976FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2976FB

Black with #2976FB

Text Example


Text Example

White with #2976FB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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