Html Css Color HEX #1988EB Dodger Blue

📋 copy color: '#1988EB'

red 25 ◦ green 136 ◦ blue 235

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

Shades of Dodger Blue #1988EB

Tints of Dodger Blue #1988EB

RGB

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

 GREEN value IS 136 (53.52% from 255) = 34.34%

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

R = 6.31%
G = 34.34%
B = 59.34%

CMYK

 C value IS 0.89

 M value IS 0.42

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#1988EB (or 0x1988EB) is known color: Dodger Blue. HEX triplet: 19, 88 and EB. RGB value is (25,136,235). Sum of RGB (Red+Green+Blue) = 25+136+235=396 (52% of max value = 765). Red value is 25 (10.16% from 255 or 6.31% from 396); Green value is 136 (53.52% from 255 or 34.34% from 396); Blue value is 235 (92.19% from 255 or 59.34% from 396); Max value from RGB is 235 - color contains mainly: blue. Hex color #1988EB is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #1988EB is #E67714. Grayscale: #717171. Windows color (decimal): -15103765 or 15435801. OLE color: 15435801.

HSL color Cylindrical-coordinate representation of color #1988EB: hue angle of 208.29º 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 #1988EB is Cyan = 0.89, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 25 136 235 -
CMYK 0.89 0.42 0 0.08
HSL 208.29º 0.84% 0.51% -
HSV(B) 208.29º 0.89% 0.92% -
XYZ 24.2 23.81 81.92 -
YUV 114.1 196.23 64.45 -
System Red Green Blue C M Y K H S L
Decimal 25 136 235 0.89 0.42 0 0.08 208.29 0.84 0.51
Hex 19 88 EB 59 2A 0 8 D0 54 33
Octal 31 210 353 131 52 0 10 320 124 63
Binary 11001 10001000 11101011 1011001 101010 0 1000 11010000 1010100 110011

Color Harmonies of #1988EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1988EB

Black with #1988EB

Text Example


Text Example

White with #1988EB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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