Html Css Color HEX #1387FF Dodger Blue

📋 copy color: '#1387FF'

red 19 ◦ green 135 ◦ blue 255

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

Shades of Dodger Blue #1387FF

Tints of Dodger Blue #1387FF

RGB

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

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

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

R = 4.65%
G = 33.01%
B = 62.35%

CMYK

 C value IS 0.93

 M value IS 0.47

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#1387FF (or 0x1387FF) is known color: Dodger Blue. HEX triplet: 13, 87 and FF. RGB value is (19,135,255). Sum of RGB (Red+Green+Blue) = 19+135+255=409 (54% of max value = 765). Red value is 19 (7.81% from 255 or 4.65% from 409); Green value is 135 (53.12% from 255 or 33.01% from 409); Blue value is 255 (100% from 255 or 62.35% from 409); Max value from RGB is 255 - color contains mainly: blue. Hex color #1387FF is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #1387FF is #EC7800. Grayscale: #717171. Windows color (decimal): -15497217 or 16746259. OLE color: 16746259.

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

Color convert

RGB 19 135 255 -
CMYK 0.93 0.47 0 0
HSL 210.51º 1% 0.54% -
HSV(B) 210.51º 0.93% 1% -
XYZ 26.98 24.69 97.95 -
YUV 114 207.57 60.24 -
System Red Green Blue C M Y K H S L
Decimal 19 135 255 0.93 0.47 0 0 210.51 1 0.54
Hex 13 87 FF 5D 2F 0 0 D3 64 36
Octal 23 207 377 135 57 0 0 323 144 66
Binary 10011 10000111 11111111 1011101 101111 0 0 11010011 1100100 110110

Color Harmonies of #1387FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1387FF

Black with #1387FF

Text Example


Text Example

White with #1387FF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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