Html Css Color HEX #1976EB Dodger Blue

📋 copy color: '#1976EB'

red 25 ◦ green 118 ◦ blue 235

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

Shades of Dodger Blue #1976EB

Tints of Dodger Blue #1976EB

RGB

 RED value IS 25 (10.16% from 255) = 6.61%

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

 BLUE value IS 235 (92.19% from 255) = 62.17%

R = 6.61%
G = 31.22%
B = 62.17%

CMYK

 C value IS 0.89

 M value IS 0.50

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#1976EB (or 0x1976EB) is known color: Dodger Blue. HEX triplet: 19, 76 and EB. RGB value is (25,118,235). Sum of RGB (Red+Green+Blue) = 25+118+235=378 (50% of max value = 765). Red value is 25 (10.16% from 255 or 6.61% from 378); Green value is 118 (46.48% from 255 or 31.22% from 378); Blue value is 235 (92.19% from 255 or 62.17% from 378); Max value from RGB is 235 - color contains mainly: blue. Hex color #1976EB is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #1976EB is #E68914. Grayscale: #666666. Windows color (decimal): -15108373 or 15431193. OLE color: 15431193.

HSL color Cylindrical-coordinate representation of color #1976EB: hue angle of 213.43º degrees, saturation: 0.84, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1976EB is Cyan = 0.89, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 25 118 235 -
CMYK 0.89 0.50 0 0.08
HSL 213.43º 0.84% 0.51% -
HSV(B) 213.43º 0.89% 0.92% -
XYZ 21.87 19.16 81.14 -
YUV 103.53 202.19 71.99 -
System Red Green Blue C M Y K H S L
Decimal 25 118 235 0.89 0.50 0 0.08 213.43 0.84 0.51
Hex 19 76 EB 59 32 0 8 D5 54 33
Octal 31 166 353 131 62 0 10 325 124 63
Binary 11001 1110110 11101011 1011001 110010 0 1000 11010101 1010100 110011

Color Harmonies of #1976EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1976EB

Black with #1976EB

Text Example


Text Example

White with #1976EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1976EB; }

 p { color: rgb(25,118,235); }

 H1.HeaderClassName
 {
   color: #1976EB;
 }
 .AnyTagClassName
 {
   color: #1976EB;
 }
</style>

background-color css

<style>
 a { background-color: #1976EB; }

 a { background-color: rgb(25,118,235); }

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

border-color css

<style>
 span { border-color: #1976EB; }

 span { border-color: rgb(25,118,235); }

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