Html Css Color HEX #1990FF Dodger Blue

📋 copy color: '#1990FF'

red 25 ◦ green 144 ◦ blue 255

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

Shades of Dodger Blue #1990FF

Tints of Dodger Blue #1990FF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 60.14%

R = 5.9%
G = 33.96%
B = 60.14%

CMYK

 C value IS 0.90

 M value IS 0.44

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#1990FF (or 0x1990FF) is known color: Dodger Blue. HEX triplet: 19, 90 and FF. RGB value is (25,144,255). Sum of RGB (Red+Green+Blue) = 25+144+255=424 (56% of max value = 765). Red value is 25 (10.16% from 255 or 5.90% from 424); Green value is 144 (56.64% from 255 or 33.96% from 424); Blue value is 255 (100% from 255 or 60.14% from 424); Max value from RGB is 255 - color contains mainly: blue. Hex color #1990FF is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #1990FF is #E66F00. Grayscale: #787878. Windows color (decimal): -15101697 or 16748569. OLE color: 16748569.

HSL color Cylindrical-coordinate representation of color #1990FF: hue angle of 208.96º degrees, saturation: 1, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1990FF is Cyan = 0.90, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 25 144 255 -
CMYK 0.90 0.44 0 0
HSL 208.96º 1% 0.55% -
HSV(B) 208.96º 0.9% 1% -
XYZ 28.42 27.37 98.39 -
YUV 121.07 203.58 59.47 -
System Red Green Blue C M Y K H S L
Decimal 25 144 255 0.90 0.44 0 0 208.96 1 0.55
Hex 19 90 FF 5A 2C 0 0 D1 64 37
Octal 31 220 377 132 54 0 0 321 144 67
Binary 11001 10010000 11111111 1011010 101100 0 0 11010001 1100100 110111

Color Harmonies of #1990FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1990FF

Black with #1990FF

Text Example


Text Example

White with #1990FF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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