Html Css Color HEX #1487FF Dodger Blue

📋 copy color: '#1487FF'

red 20 ◦ green 135 ◦ blue 255

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

Shades of Dodger Blue #1487FF

Tints of Dodger Blue #1487FF

RGB

 RED value IS 20 (8.2% from 255) = 4.88%

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

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

R = 4.88%
G = 32.93%
B = 62.2%

CMYK

 C value IS 0.92

 M value IS 0.47

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#1487FF (or 0x1487FF) is known color: Dodger Blue. HEX triplet: 14, 87 and FF. RGB value is (20,135,255). Sum of RGB (Red+Green+Blue) = 20+135+255=410 (54% of max value = 765). Red value is 20 (8.20% from 255 or 4.88% from 410); Green value is 135 (53.12% from 255 or 32.93% from 410); Blue value is 255 (100% from 255 or 62.20% from 410); Max value from RGB is 255 - color contains mainly: blue. Hex color #1487FF is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #1487FF is #EB7800. Grayscale: #717171. Windows color (decimal): -15431681 or 16746260. OLE color: 16746260.

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

Color convert

RGB 20 135 255 -
CMYK 0.92 0.47 0 0
HSL 210.64º 1% 0.54% -
HSV(B) 210.64º 0.92% 1% -
XYZ 27 24.7 97.95 -
YUV 114.3 207.4 60.74 -
System Red Green Blue C M Y K H S L
Decimal 20 135 255 0.92 0.47 0 0 210.64 1 0.54
Hex 14 87 FF 5C 2F 0 0 D3 64 36
Octal 24 207 377 134 57 0 0 323 144 66
Binary 10100 10000111 11111111 1011100 101111 0 0 11010011 1100100 110110

Color Harmonies of #1487FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1487FF

Black with #1487FF

Text Example


Text Example

White with #1487FF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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