Html Css Color HEX #1584FE Dodger Blue

📋 copy color: '#1584FE'

red 21 ◦ green 132 ◦ blue 254

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

Shades of Dodger Blue #1584FE

Tints of Dodger Blue #1584FE

RGB

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

 GREEN value IS 132 (51.95% from 255) = 32.43%

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

R = 5.16%
G = 32.43%
B = 62.41%

CMYK

 C value IS 0.92

 M value IS 0.48

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#1584FE (or 0x1584FE) is known color: Dodger Blue. HEX triplet: 15, 84 and FE. RGB value is (21,132,254). Sum of RGB (Red+Green+Blue) = 21+132+254=407 (53% of max value = 765). Red value is 21 (8.59% from 255 or 5.16% from 407); Green value is 132 (51.95% from 255 or 32.43% from 407); Blue value is 254 (99.61% from 255 or 62.41% from 407); Max value from RGB is 254 - color contains mainly: blue. Hex color #1584FE is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #1584FE is #EA7B01. Grayscale: #707070. Windows color (decimal): -15366914 or 16679957. OLE color: 16679957.

HSL color Cylindrical-coordinate representation of color #1584FE: hue angle of 211.42º 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 #1584FE is Cyan = 0.92, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 21 132 254 -
CMYK 0.92 0.48 0 0.00
HSL 211.42º 0.99% 0.54% -
HSV(B) 211.42º 0.92% 1% -
XYZ 26.45 23.82 96.97 -
YUV 112.72 207.73 62.58 -
System Red Green Blue C M Y K H S L
Decimal 21 132 254 0.92 0.48 0 0.00 211.42 0.99 0.54
Hex 15 84 FE 5C 30 0 0 D3 63 36
Octal 25 204 376 134 60 0 0 323 143 66
Binary 10101 10000100 11111110 1011100 110000 0 0 11010011 1100011 110110

Color Harmonies of #1584FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1584FE

Black with #1584FE

Text Example


Text Example

White with #1584FE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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