Html Css Color HEX #1584FA Dodger Blue

📋 copy color: '#1584FA'

red 21 ◦ green 132 ◦ blue 250

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

Shades of Dodger Blue #1584FA

Tints of Dodger Blue #1584FA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 62.03%

R = 5.21%
G = 32.75%
B = 62.03%

CMYK

 C value IS 0.92

 M value IS 0.47

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#1584FA (or 0x1584FA) is known color: Dodger Blue. HEX triplet: 15, 84 and FA. RGB value is (21,132,250). Sum of RGB (Red+Green+Blue) = 21+132+250=403 (53% of max value = 765). Red value is 21 (8.59% from 255 or 5.21% from 403); Green value is 132 (51.95% from 255 or 32.75% from 403); Blue value is 250 (98.05% from 255 or 62.03% from 403); Max value from RGB is 250 - color contains mainly: blue. Hex color #1584FA is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #1584FA is #EA7B05. Grayscale: #6F6F6F. Windows color (decimal): -15366918 or 16417813. OLE color: 16417813.

HSL color Cylindrical-coordinate representation of color #1584FA: hue angle of 210.92º degrees, saturation: 0.96, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #1584FA is Cyan = 0.92, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 21 132 250 -
CMYK 0.92 0.47 0 0.02
HSL 210.92º 0.96% 0.53% -
HSV(B) 210.92º 0.92% 0.98% -
XYZ 25.82 23.56 93.63 -
YUV 112.26 205.73 62.91 -
System Red Green Blue C M Y K H S L
Decimal 21 132 250 0.92 0.47 0 0.02 210.92 0.96 0.53
Hex 15 84 FA 5C 2F 0 2 D3 60 35
Octal 25 204 372 134 57 0 2 323 140 65
Binary 10101 10000100 11111010 1011100 101111 0 10 11010011 1100000 110101

Color Harmonies of #1584FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1584FA

Black with #1584FA

Text Example


Text Example

White with #1584FA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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