Html Css Color HEX #1990EB Dodger Blue

📋 copy color: '#1990EB'

red 25 ◦ green 144 ◦ blue 235

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

Shades of Dodger Blue #1990EB

Tints of Dodger Blue #1990EB

RGB

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

 GREEN value IS 144 (56.64% from 255) = 35.64%

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

R = 6.19%
G = 35.64%
B = 58.17%

CMYK

 C value IS 0.89

 M value IS 0.39

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#1990EB (or 0x1990EB) is known color: Dodger Blue. HEX triplet: 19, 90 and EB. RGB value is (25,144,235). Sum of RGB (Red+Green+Blue) = 25+144+235=404 (53% of max value = 765). Red value is 25 (10.16% from 255 or 6.19% from 404); Green value is 144 (56.64% from 255 or 35.64% from 404); Blue value is 235 (92.19% from 255 or 58.17% from 404); Max value from RGB is 235 - color contains mainly: blue. Hex color #1990EB is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #1990EB is #E66F14. Grayscale: #767676. Windows color (decimal): -15101717 or 15437849. OLE color: 15437849.

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

Color convert

RGB 25 144 235 -
CMYK 0.89 0.39 0 0.08
HSL 206º 0.84% 0.51% -
HSV(B) 206º 0.89% 0.92% -
XYZ 25.37 26.15 82.31 -
YUV 118.79 193.58 61.1 -
System Red Green Blue C M Y K H S L
Decimal 25 144 235 0.89 0.39 0 0.08 206 0.84 0.51
Hex 19 90 EB 59 27 0 8 CE 54 33
Octal 31 220 353 131 47 0 10 316 124 63
Binary 11001 10010000 11101011 1011001 100111 0 1000 11001110 1010100 110011

Color Harmonies of #1990EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1990EB

Black with #1990EB

Text Example


Text Example

White with #1990EB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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