Html Css Color HEX #1396DF Dodger Blue

📋 copy color: '#1396DF'

red 19 ◦ green 150 ◦ blue 223

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

Shades of Dodger Blue #1396DF

Tints of Dodger Blue #1396DF

RGB

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

 GREEN value IS 150 (58.98% from 255) = 38.27%

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

R = 4.85%
G = 38.27%
B = 56.89%

CMYK

 C value IS 0.91

 M value IS 0.33

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#1396DF (or 0x1396DF) is known color: Dodger Blue. HEX triplet: 13, 96 and DF. RGB value is (19,150,223). Sum of RGB (Red+Green+Blue) = 19+150+223=392 (51% of max value = 765). Red value is 19 (7.81% from 255 or 4.85% from 392); Green value is 150 (58.98% from 255 or 38.27% from 392); Blue value is 223 (87.5% from 255 or 56.89% from 392); Max value from RGB is 223 - color contains mainly: blue. Hex color #1396DF is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1396DF is #EC6920. Grayscale: #767676. Windows color (decimal): -15493409 or 14652947. OLE color: 14652947.

HSL color Cylindrical-coordinate representation of color #1396DF: hue angle of 201.47º 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 #1396DF is Cyan = 0.91, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 19 150 223 -
CMYK 0.91 0.33 0 0.13
HSL 201.47º 0.84% 0.47% -
HSV(B) 201.47º 0.91% 0.87% -
XYZ 24.49 27.28 73.79 -
YUV 119.15 186.6 56.56 -
System Red Green Blue C M Y K H S L
Decimal 19 150 223 0.91 0.33 0 0.13 201.47 0.84 0.47
Hex 13 96 DF 5B 21 0 D C9 54 2F
Octal 23 226 337 133 41 0 15 311 124 57
Binary 10011 10010110 11011111 1011011 100001 0 1101 11001001 1010100 101111

Color Harmonies of #1396DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1396DF

Black with #1396DF

Text Example


Text Example

White with #1396DF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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