Html Css Color HEX #1587FA Dodger Blue

📋 copy color: '#1587FA'

red 21 ◦ green 135 ◦ blue 250

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

Shades of Dodger Blue #1587FA

Tints of Dodger Blue #1587FA

RGB

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

 GREEN value IS 135 (53.13% from 255) = 33.25%

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

R = 5.17%
G = 33.25%
B = 61.58%

CMYK

 C value IS 0.92

 M value IS 0.46

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#1587FA (or 0x1587FA) is known color: Dodger Blue. HEX triplet: 15, 87 and FA. RGB value is (21,135,250). Sum of RGB (Red+Green+Blue) = 21+135+250=406 (53% of max value = 765). Red value is 21 (8.59% from 255 or 5.17% from 406); Green value is 135 (53.12% from 255 or 33.25% from 406); Blue value is 250 (98.05% from 255 or 61.58% from 406); Max value from RGB is 250 - color contains mainly: blue. Hex color #1587FA is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #1587FA is #EA7805. Grayscale: #717171. Windows color (decimal): -15366150 or 16418581. OLE color: 16418581.

HSL color Cylindrical-coordinate representation of color #1587FA: hue angle of 210.13º 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 #1587FA is Cyan = 0.92, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 21 135 250 -
CMYK 0.92 0.46 0 0.02
HSL 210.13º 0.96% 0.53% -
HSV(B) 210.13º 0.92% 0.98% -
XYZ 26.23 24.39 93.77 -
YUV 114.02 204.73 61.65 -
System Red Green Blue C M Y K H S L
Decimal 21 135 250 0.92 0.46 0 0.02 210.13 0.96 0.53
Hex 15 87 FA 5C 2E 0 2 D2 60 35
Octal 25 207 372 134 56 0 2 322 140 65
Binary 10101 10000111 11111010 1011100 101110 0 10 11010010 1100000 110101

Color Harmonies of #1587FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1587FA

Black with #1587FA

Text Example


Text Example

White with #1587FA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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