Html Css Color HEX #1387DF Dodger Blue

📋 copy color: '#1387DF'

red 19 ◦ green 135 ◦ blue 223

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

Shades of Dodger Blue #1387DF

Tints of Dodger Blue #1387DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 59.15%

R = 5.04%
G = 35.81%
B = 59.15%

CMYK

 C value IS 0.91

 M value IS 0.39

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#1387DF (or 0x1387DF) is known color: Dodger Blue. HEX triplet: 13, 87 and DF. RGB value is (19,135,223). Sum of RGB (Red+Green+Blue) = 19+135+223=377 (49% of max value = 765). Red value is 19 (7.81% from 255 or 5.04% from 377); Green value is 135 (53.12% from 255 or 35.81% from 377); Blue value is 223 (87.5% from 255 or 59.15% from 377); Max value from RGB is 223 - color contains mainly: blue. Hex color #1387DF is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1387DF is #EC7820. Grayscale: #6D6D6D. Windows color (decimal): -15497249 or 14649107. OLE color: 14649107.

HSL color Cylindrical-coordinate representation of color #1387DF: hue angle of 205.88º degrees, saturation: 0.84, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1387DF is Cyan = 0.91, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 19 135 223 -
CMYK 0.91 0.39 0 0.13
HSL 205.88º 0.84% 0.47% -
HSV(B) 205.88º 0.91% 0.87% -
XYZ 22.25 22.79 73.04 -
YUV 110.35 191.57 62.84 -
System Red Green Blue C M Y K H S L
Decimal 19 135 223 0.91 0.39 0 0.13 205.88 0.84 0.47
Hex 13 87 DF 5B 27 0 D CE 54 2F
Octal 23 207 337 133 47 0 15 316 124 57
Binary 10011 10000111 11011111 1011011 100111 0 1101 11001110 1010100 101111

Color Harmonies of #1387DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1387DF

Black with #1387DF

Text Example


Text Example

White with #1387DF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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