Html Css Color HEX #1490FF Dodger Blue

📋 copy color: '#1490FF'

red 20 ◦ green 144 ◦ blue 255

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

Shades of Dodger Blue #1490FF

Tints of Dodger Blue #1490FF

RGB

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

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

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

R = 4.77%
G = 34.37%
B = 60.86%

CMYK

 C value IS 0.92

 M value IS 0.44

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#1490FF (or 0x1490FF) is known color: Dodger Blue. HEX triplet: 14, 90 and FF. RGB value is (20,144,255). Sum of RGB (Red+Green+Blue) = 20+144+255=419 (55% of max value = 765). Red value is 20 (8.20% from 255 or 4.77% from 419); Green value is 144 (56.64% from 255 or 34.37% from 419); Blue value is 255 (100% from 255 or 60.86% from 419); Max value from RGB is 255 - color contains mainly: blue. Hex color #1490FF is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #1490FF is #EB6F00. Grayscale: #777777. Windows color (decimal): -15429377 or 16748564. OLE color: 16748564.

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

Color convert

RGB 20 144 255 -
CMYK 0.92 0.44 0 0
HSL 208.34º 1% 0.54% -
HSV(B) 208.34º 0.92% 1% -
XYZ 28.31 27.32 98.39 -
YUV 119.58 204.42 56.97 -
System Red Green Blue C M Y K H S L
Decimal 20 144 255 0.92 0.44 0 0 208.34 1 0.54
Hex 14 90 FF 5C 2C 0 0 D0 64 36
Octal 24 220 377 134 54 0 0 320 144 66
Binary 10100 10010000 11111111 1011100 101100 0 0 11010000 1100100 110110

Color Harmonies of #1490FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1490FF

Black with #1490FF

Text Example


Text Example

White with #1490FF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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