Html Css Color HEX #1590FE Dodger Blue

📋 copy color: '#1590FE'

red 21 ◦ green 144 ◦ blue 254

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

Shades of Dodger Blue #1590FE

Tints of Dodger Blue #1590FE

RGB

 RED value IS 21 (8.59% from 255) = 5.01%

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

 BLUE value IS 254 (99.61% from 255) = 60.62%

R = 5.01%
G = 34.37%
B = 60.62%

CMYK

 C value IS 0.92

 M value IS 0.43

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#1590FE (or 0x1590FE) is known color: Dodger Blue. HEX triplet: 15, 90 and FE. RGB value is (21,144,254). Sum of RGB (Red+Green+Blue) = 21+144+254=419 (55% of max value = 765). Red value is 21 (8.59% from 255 or 5.01% from 419); Green value is 144 (56.64% from 255 or 34.37% from 419); Blue value is 254 (99.61% from 255 or 60.62% from 419); Max value from RGB is 254 - color contains mainly: blue. Hex color #1590FE is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #1590FE is #EA6F01. Grayscale: #777777. Windows color (decimal): -15363842 or 16683029. OLE color: 16683029.

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

Color convert

RGB 21 144 254 -
CMYK 0.92 0.43 0 0.00
HSL 208.33º 0.99% 0.54% -
HSV(B) 208.33º 0.92% 1% -
XYZ 28.17 27.26 97.54 -
YUV 119.76 203.75 57.56 -
System Red Green Blue C M Y K H S L
Decimal 21 144 254 0.92 0.43 0 0.00 208.33 0.99 0.54
Hex 15 90 FE 5C 2B 0 0 D0 63 36
Octal 25 220 376 134 53 0 0 320 143 66
Binary 10101 10010000 11111110 1011100 101011 0 0 11010000 1100011 110110

Color Harmonies of #1590FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1590FE

Black with #1590FE

Text Example


Text Example

White with #1590FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1590FE; }

 p { color: rgb(21,144,254); }

 H1.HeaderClassName
 {
   color: #1590FE;
 }
 .AnyTagClassName
 {
   color: #1590FE;
 }
</style>

background-color css

<style>
 a { background-color: #1590FE; }

 a { background-color: rgb(21,144,254); }

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

border-color css

<style>
 span { border-color: #1590FE; }

 span { border-color: rgb(21,144,254); }

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