Html Css Color HEX #1490EB Dodger Blue

📋 copy color: '#1490EB'

red 20 ◦ green 144 ◦ blue 235

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

Shades of Dodger Blue #1490EB

Tints of Dodger Blue #1490EB

RGB

 RED value IS 20 (8.2% from 255) = 5.01%

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

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

R = 5.01%
G = 36.09%
B = 58.9%

CMYK

 C value IS 0.91

 M value IS 0.39

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#1490EB (or 0x1490EB) is known color: Dodger Blue. HEX triplet: 14, 90 and EB. RGB value is (20,144,235). Sum of RGB (Red+Green+Blue) = 20+144+235=399 (52% of max value = 765). Red value is 20 (8.20% from 255 or 5.01% from 399); Green value is 144 (56.64% from 255 or 36.09% from 399); Blue value is 235 (92.19% from 255 or 58.90% from 399); Max value from RGB is 235 - color contains mainly: blue. Hex color #1490EB is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #1490EB is #EB6F14. Grayscale: #747474. Windows color (decimal): -15429397 or 15437844. OLE color: 15437844.

HSL color Cylindrical-coordinate representation of color #1490EB: hue angle of 205.4º degrees, saturation: 0.84, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1490EB is Cyan = 0.91, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 20 144 235 -
CMYK 0.91 0.39 0 0.08
HSL 205.4º 0.84% 0.5% -
HSV(B) 205.4º 0.91% 0.92% -
XYZ 25.26 26.09 82.3 -
YUV 117.3 194.42 58.6 -
System Red Green Blue C M Y K H S L
Decimal 20 144 235 0.91 0.39 0 0.08 205.4 0.84 0.5
Hex 14 90 EB 5B 27 0 8 CD 54 32
Octal 24 220 353 133 47 0 10 315 124 62
Binary 10100 10010000 11101011 1011011 100111 0 1000 11001101 1010100 110010

Color Harmonies of #1490EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1490EB

Black with #1490EB

Text Example


Text Example

White with #1490EB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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