Html Css Color HEX #1987FF Dodger Blue

📋 copy color: '#1987FF'

red 25 ◦ green 135 ◦ blue 255

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

Shades of Dodger Blue #1987FF

Tints of Dodger Blue #1987FF

RGB

 RED value IS 25 (10.16% from 255) = 6.02%

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

 BLUE value IS 255 (100% from 255) = 61.45%

R = 6.02%
G = 32.53%
B = 61.45%

CMYK

 C value IS 0.90

 M value IS 0.47

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#1987FF (or 0x1987FF) is known color: Dodger Blue. HEX triplet: 19, 87 and FF. RGB value is (25,135,255). Sum of RGB (Red+Green+Blue) = 25+135+255=415 (54% of max value = 765). Red value is 25 (10.16% from 255 or 6.02% from 415); Green value is 135 (53.12% from 255 or 32.53% from 415); Blue value is 255 (100% from 255 or 61.45% from 415); Max value from RGB is 255 - color contains mainly: blue. Hex color #1987FF is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #1987FF is #E67800. Grayscale: #737373. Windows color (decimal): -15104001 or 16746265. OLE color: 16746265.

HSL color Cylindrical-coordinate representation of color #1987FF: hue angle of 211.3º degrees, saturation: 1, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1987FF is Cyan = 0.90, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 25 135 255 -
CMYK 0.90 0.47 0 0
HSL 211.3º 1% 0.55% -
HSV(B) 211.3º 0.9% 1% -
XYZ 27.11 24.75 97.96 -
YUV 115.79 206.56 63.24 -
System Red Green Blue C M Y K H S L
Decimal 25 135 255 0.90 0.47 0 0 211.3 1 0.55
Hex 19 87 FF 5A 2F 0 0 D3 64 37
Octal 31 207 377 132 57 0 0 323 144 67
Binary 11001 10000111 11111111 1011010 101111 0 0 11010011 1100100 110111

Color Harmonies of #1987FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1987FF

Black with #1987FF

Text Example


Text Example

White with #1987FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1987FF; }

 p { color: rgb(25,135,255); }

 H1.HeaderClassName
 {
   color: #1987FF;
 }
 .AnyTagClassName
 {
   color: #1987FF;
 }
</style>

background-color css

<style>
 a { background-color: #1987FF; }

 a { background-color: rgb(25,135,255); }

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

border-color css

<style>
 span { border-color: #1987FF; }

 span { border-color: rgb(25,135,255); }

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