Html Css Color HEX #1990FA Dodger Blue

📋 copy color: '#1990FA'

red 25 ◦ green 144 ◦ blue 250

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

Shades of Dodger Blue #1990FA

Tints of Dodger Blue #1990FA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 59.67%

R = 5.97%
G = 34.37%
B = 59.67%

CMYK

 C value IS 0.9

 M value IS 0.42

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#1990FA (or 0x1990FA) is known color: Dodger Blue. HEX triplet: 19, 90 and FA. RGB value is (25,144,250). Sum of RGB (Red+Green+Blue) = 25+144+250=419 (55% of max value = 765). Red value is 25 (10.16% from 255 or 5.97% from 419); Green value is 144 (56.64% from 255 or 34.37% from 419); Blue value is 250 (98.05% from 255 or 59.67% from 419); Max value from RGB is 250 - color contains mainly: blue. Hex color #1990FA is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #1990FA is #E66F05. Grayscale: #777777. Windows color (decimal): -15101702 or 16420889. OLE color: 16420889.

HSL color Cylindrical-coordinate representation of color #1990FA: hue angle of 208.27º degrees, saturation: 0.96, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1990FA is Cyan = 0.9, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 25 144 250 -
CMYK 0.9 0.42 0 0.02
HSL 208.27º 0.96% 0.54% -
HSV(B) 208.27º 0.9% 0.98% -
XYZ 27.63 27.06 94.21 -
YUV 120.5 201.08 59.88 -
System Red Green Blue C M Y K H S L
Decimal 25 144 250 0.9 0.42 0 0.02 208.27 0.96 0.54
Hex 19 90 FA 5A 2A 0 2 D0 60 36
Octal 31 220 372 132 52 0 2 320 140 66
Binary 11001 10010000 11111010 1011010 101010 0 10 11010000 1100000 110110

Color Harmonies of #1990FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1990FA

Black with #1990FA

Text Example


Text Example

White with #1990FA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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