Html Css Color HEX #1990FB Dodger Blue

📋 copy color: '#1990FB'

red 25 ◦ green 144 ◦ blue 251

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

Shades of Dodger Blue #1990FB

Tints of Dodger Blue #1990FB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 59.76%

R = 5.95%
G = 34.29%
B = 59.76%

CMYK

 C value IS 0.90

 M value IS 0.43

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#1990FB (or 0x1990FB) is known color: Dodger Blue. HEX triplet: 19, 90 and FB. RGB value is (25,144,251). Sum of RGB (Red+Green+Blue) = 25+144+251=420 (55% of max value = 765). Red value is 25 (10.16% from 255 or 5.95% from 420); Green value is 144 (56.64% from 255 or 34.29% from 420); Blue value is 251 (98.44% from 255 or 59.76% from 420); Max value from RGB is 251 - color contains mainly: blue. Hex color #1990FB is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #1990FB is #E66F04. Grayscale: #787878. Windows color (decimal): -15101701 or 16486425. OLE color: 16486425.

HSL color Cylindrical-coordinate representation of color #1990FB: hue angle of 208.41º degrees, saturation: 0.97, 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 #1990FB is Cyan = 0.90, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 25 144 251 -
CMYK 0.90 0.43 0 0.02
HSL 208.41º 0.97% 0.54% -
HSV(B) 208.41º 0.9% 0.98% -
XYZ 27.79 27.12 95.04 -
YUV 120.62 201.58 59.8 -
System Red Green Blue C M Y K H S L
Decimal 25 144 251 0.90 0.43 0 0.02 208.41 0.97 0.54
Hex 19 90 FB 5A 2B 0 2 D0 61 36
Octal 31 220 373 132 53 0 2 320 141 66
Binary 11001 10010000 11111011 1011010 101011 0 10 11010000 1100001 110110

Color Harmonies of #1990FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1990FB

Black with #1990FB

Text Example


Text Example

White with #1990FB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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