Html Css Color HEX #1487FD Dodger Blue

📋 copy color: '#1487FD'

red 20 ◦ green 135 ◦ blue 253

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

Shades of Dodger Blue #1487FD

Tints of Dodger Blue #1487FD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 62.01%

R = 4.9%
G = 33.09%
B = 62.01%

CMYK

 C value IS 0.92

 M value IS 0.47

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#1487FD (or 0x1487FD) is known color: Dodger Blue. HEX triplet: 14, 87 and FD. RGB value is (20,135,253). Sum of RGB (Red+Green+Blue) = 20+135+253=408 (54% of max value = 765). Red value is 20 (8.20% from 255 or 4.90% from 408); Green value is 135 (53.12% from 255 or 33.09% from 408); Blue value is 253 (99.22% from 255 or 62.01% from 408); Max value from RGB is 253 - color contains mainly: blue. Hex color #1487FD is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #1487FD is #EB7802. Grayscale: #717171. Windows color (decimal): -15431683 or 16615188. OLE color: 16615188.

HSL color Cylindrical-coordinate representation of color #1487FD: hue angle of 210.39º degrees, saturation: 0.98, 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 #1487FD is Cyan = 0.92, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 20 135 253 -
CMYK 0.92 0.47 0 0.01
HSL 210.39º 0.98% 0.54% -
HSV(B) 210.39º 0.92% 0.99% -
XYZ 26.68 24.57 96.26 -
YUV 114.07 206.4 60.91 -
System Red Green Blue C M Y K H S L
Decimal 20 135 253 0.92 0.47 0 0.01 210.39 0.98 0.54
Hex 14 87 FD 5C 2F 0 1 D2 62 36
Octal 24 207 375 134 57 0 1 322 142 66
Binary 10100 10000111 11111101 1011100 101111 0 1 11010010 1100010 110110

Color Harmonies of #1487FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1487FD

Black with #1487FD

Text Example


Text Example

White with #1487FD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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