Html Css Color HEX #1584FC Dodger Blue

📋 copy color: '#1584FC'

red 21 ◦ green 132 ◦ blue 252

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

Shades of Dodger Blue #1584FC

Tints of Dodger Blue #1584FC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 62.22%

R = 5.19%
G = 32.59%
B = 62.22%

CMYK

 C value IS 0.92

 M value IS 0.48

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#1584FC (or 0x1584FC) is known color: Dodger Blue. HEX triplet: 15, 84 and FC. RGB value is (21,132,252). Sum of RGB (Red+Green+Blue) = 21+132+252=405 (53% of max value = 765). Red value is 21 (8.59% from 255 or 5.19% from 405); Green value is 132 (51.95% from 255 or 32.59% from 405); Blue value is 252 (98.83% from 255 or 62.22% from 405); Max value from RGB is 252 - color contains mainly: blue. Hex color #1584FC is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #1584FC is #EA7B03. Grayscale: #6F6F6F. Windows color (decimal): -15366916 or 16548885. OLE color: 16548885.

HSL color Cylindrical-coordinate representation of color #1584FC: hue angle of 211.17º degrees, saturation: 0.97, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #1584FC is Cyan = 0.92, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 21 132 252 -
CMYK 0.92 0.48 0 0.01
HSL 211.17º 0.97% 0.54% -
HSV(B) 211.17º 0.92% 0.99% -
XYZ 26.13 23.69 95.29 -
YUV 112.49 206.73 62.74 -
System Red Green Blue C M Y K H S L
Decimal 21 132 252 0.92 0.48 0 0.01 211.17 0.97 0.54
Hex 15 84 FC 5C 30 0 1 D3 61 36
Octal 25 204 374 134 60 0 1 323 141 66
Binary 10101 10000100 11111100 1011100 110000 0 1 11010011 1100001 110110

Color Harmonies of #1584FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1584FC

Black with #1584FC

Text Example


Text Example

White with #1584FC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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