Html Css Color HEX #1990EF Dodger Blue

📋 copy color: '#1990EF'

red 25 ◦ green 144 ◦ blue 239

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

Shades of Dodger Blue #1990EF

Tints of Dodger Blue #1990EF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 58.58%

R = 6.13%
G = 35.29%
B = 58.58%

CMYK

 C value IS 0.90

 M value IS 0.40

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#1990EF (or 0x1990EF) is known color: Dodger Blue. HEX triplet: 19, 90 and EF. RGB value is (25,144,239). Sum of RGB (Red+Green+Blue) = 25+144+239=408 (54% of max value = 765). Red value is 25 (10.16% from 255 or 6.13% from 408); Green value is 144 (56.64% from 255 or 35.29% from 408); Blue value is 239 (93.75% from 255 or 58.58% from 408); Max value from RGB is 239 - color contains mainly: blue. Hex color #1990EF is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #1990EF is #E66F10. Grayscale: #767676. Windows color (decimal): -15101713 or 15699993. OLE color: 15699993.

HSL color Cylindrical-coordinate representation of color #1990EF: hue angle of 206.64º degrees, saturation: 0.87, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1990EF is Cyan = 0.90, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 25 144 239 -
CMYK 0.90 0.40 0 0.06
HSL 206.64º 0.87% 0.52% -
HSV(B) 206.64º 0.9% 0.94% -
XYZ 25.95 26.39 85.39 -
YUV 119.25 195.58 60.78 -
System Red Green Blue C M Y K H S L
Decimal 25 144 239 0.90 0.40 0 0.06 206.64 0.87 0.52
Hex 19 90 EF 5A 28 0 6 CF 57 34
Octal 31 220 357 132 50 0 6 317 127 64
Binary 11001 10010000 11101111 1011010 101000 0 110 11001111 1010111 110100

Color Harmonies of #1990EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1990EF

Black with #1990EF

Text Example


Text Example

White with #1990EF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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