Html Css Color HEX #1383DF Dodger Blue

📋 copy color: '#1383DF'

red 19 ◦ green 131 ◦ blue 223

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

Shades of Dodger Blue #1383DF

Tints of Dodger Blue #1383DF

RGB

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

 GREEN value IS 131 (51.56% from 255) = 35.12%

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

R = 5.09%
G = 35.12%
B = 59.79%

CMYK

 C value IS 0.91

 M value IS 0.41

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#1383DF (or 0x1383DF) is known color: Dodger Blue. HEX triplet: 13, 83 and DF. RGB value is (19,131,223). Sum of RGB (Red+Green+Blue) = 19+131+223=373 (49% of max value = 765). Red value is 19 (7.81% from 255 or 5.09% from 373); Green value is 131 (51.56% from 255 or 35.12% from 373); Blue value is 223 (87.5% from 255 or 59.79% from 373); Max value from RGB is 223 - color contains mainly: blue. Hex color #1383DF is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1383DF is #EC7C20. Grayscale: #6B6B6B. Windows color (decimal): -15498273 or 14648083. OLE color: 14648083.

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

Color convert

RGB 19 131 223 -
CMYK 0.91 0.41 0 0.13
HSL 207.06º 0.84% 0.47% -
HSV(B) 207.06º 0.91% 0.87% -
XYZ 21.7 21.7 72.86 -
YUV 108 192.89 64.52 -
System Red Green Blue C M Y K H S L
Decimal 19 131 223 0.91 0.41 0 0.13 207.06 0.84 0.47
Hex 13 83 DF 5B 29 0 D CF 54 2F
Octal 23 203 337 133 51 0 15 317 124 57
Binary 10011 10000011 11011111 1011011 101001 0 1101 11001111 1010100 101111

Color Harmonies of #1383DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1383DF

Black with #1383DF

Text Example


Text Example

White with #1383DF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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