Html Css Color HEX #1876EB Dodger Blue

📋 copy color: '#1876EB'

red 24 ◦ green 118 ◦ blue 235

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

Shades of Dodger Blue #1876EB

Tints of Dodger Blue #1876EB

RGB

 RED value IS 24 (9.77% from 255) = 6.37%

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

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

R = 6.37%
G = 31.3%
B = 62.33%

CMYK

 C value IS 0.90

 M value IS 0.50

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#1876EB (or 0x1876EB) is known color: Dodger Blue. HEX triplet: 18, 76 and EB. RGB value is (24,118,235). Sum of RGB (Red+Green+Blue) = 24+118+235=377 (49% of max value = 765). Red value is 24 (9.77% from 255 or 6.37% from 377); Green value is 118 (46.48% from 255 or 31.30% from 377); Blue value is 235 (92.19% from 255 or 62.33% from 377); Max value from RGB is 235 - color contains mainly: blue. Hex color #1876EB is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #1876EB is #E78914. Grayscale: #666666. Windows color (decimal): -15173909 or 15431192. OLE color: 15431192.

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

Color convert

RGB 24 118 235 -
CMYK 0.90 0.50 0 0.08
HSL 213.27º 0.84% 0.51% -
HSV(B) 213.27º 0.9% 0.92% -
XYZ 21.85 19.15 81.14 -
YUV 103.23 202.36 71.49 -
System Red Green Blue C M Y K H S L
Decimal 24 118 235 0.90 0.50 0 0.08 213.27 0.84 0.51
Hex 18 76 EB 5A 32 0 8 D5 54 33
Octal 30 166 353 132 62 0 10 325 124 63
Binary 11000 1110110 11101011 1011010 110010 0 1000 11010101 1010100 110011

Color Harmonies of #1876EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1876EB

Black with #1876EB

Text Example


Text Example

White with #1876EB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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