Html Css Color HEX #1388DA Dodger Blue

📋 copy color: '#1388DA'

red 19 ◦ green 136 ◦ blue 218

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

Shades of Dodger Blue #1388DA

Tints of Dodger Blue #1388DA

RGB

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

 GREEN value IS 136 (53.52% from 255) = 36.46%

 BLUE value IS 218 (85.55% from 255) = 58.45%

R = 5.09%
G = 36.46%
B = 58.45%

CMYK

 C value IS 0.91

 M value IS 0.38

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#1388DA (or 0x1388DA) is known color: Dodger Blue. HEX triplet: 13, 88 and DA. RGB value is (19,136,218). Sum of RGB (Red+Green+Blue) = 19+136+218=373 (49% of max value = 765). Red value is 19 (7.81% from 255 or 5.09% from 373); Green value is 136 (53.52% from 255 or 36.46% from 373); Blue value is 218 (85.55% from 255 or 58.45% from 373); Max value from RGB is 218 - color contains mainly: blue. Hex color #1388DA is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1388DA is #EC7725. Grayscale: #6D6D6D. Windows color (decimal): -15496998 or 14321683. OLE color: 14321683.

HSL color Cylindrical-coordinate representation of color #1388DA: hue angle of 204.72º degrees, saturation: 0.84, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1388DA is Cyan = 0.91, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 19 136 218 -
CMYK 0.91 0.38 0 0.15
HSL 204.72º 0.84% 0.46% -
HSV(B) 204.72º 0.91% 0.85% -
XYZ 21.73 22.81 69.59 -
YUV 110.37 188.74 62.83 -
System Red Green Blue C M Y K H S L
Decimal 19 136 218 0.91 0.38 0 0.15 204.72 0.84 0.46
Hex 13 88 DA 5B 26 0 F CD 54 2E
Octal 23 210 332 133 46 0 17 315 124 56
Binary 10011 10001000 11011010 1011011 100110 0 1111 11001101 1010100 101110

Color Harmonies of #1388DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1388DA

Black with #1388DA

Text Example


Text Example

White with #1388DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1388DA; }

 p { color: rgb(19,136,218); }

 H1.HeaderClassName
 {
   color: #1388DA;
 }
 .AnyTagClassName
 {
   color: #1388DA;
 }
</style>

background-color css

<style>
 a { background-color: #1388DA; }

 a { background-color: rgb(19,136,218); }

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

border-color css

<style>
 span { border-color: #1388DA; }

 span { border-color: rgb(19,136,218); }

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