Html Css Color HEX #1387FD Dodger Blue

📋 copy color: '#1387FD'

red 19 ◦ green 135 ◦ blue 253

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

Shades of Dodger Blue #1387FD

Tints of Dodger Blue #1387FD

RGB

 RED value IS 19 (7.81% from 255) = 4.67%

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

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

R = 4.67%
G = 33.17%
B = 62.16%

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

#1387FD (or 0x1387FD) is known color: Dodger Blue. HEX triplet: 13, 87 and FD. RGB value is (19,135,253). Sum of RGB (Red+Green+Blue) = 19+135+253=407 (53% of max value = 765). Red value is 19 (7.81% from 255 or 4.67% from 407); Green value is 135 (53.12% from 255 or 33.17% from 407); Blue value is 253 (99.22% from 255 or 62.16% from 407); Max value from RGB is 253 - color contains mainly: blue. Hex color #1387FD is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #1387FD is #EC7802. Grayscale: #717171. Windows color (decimal): -15497219 or 16615187. OLE color: 16615187.

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

Color convert

RGB 19 135 253 -
CMYK 0.92 0.47 0 0.01
HSL 210.26º 0.98% 0.53% -
HSV(B) 210.26º 0.92% 0.99% -
XYZ 26.66 24.56 96.26 -
YUV 113.77 206.57 60.41 -
System Red Green Blue C M Y K H S L
Decimal 19 135 253 0.92 0.47 0 0.01 210.26 0.98 0.53
Hex 13 87 FD 5C 2F 0 1 D2 62 35
Octal 23 207 375 134 57 0 1 322 142 65
Binary 10011 10000111 11111101 1011100 101111 0 1 11010010 1100010 110101

Color Harmonies of #1387FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1387FD

Black with #1387FD

Text Example


Text Example

White with #1387FD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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