Html Css Color HEX #138CDD Dodger Blue

📋 copy color: '#138CDD'

red 19 ◦ green 140 ◦ blue 221

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

Shades of Dodger Blue #138CDD

Tints of Dodger Blue #138CDD

RGB

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

 GREEN value IS 140 (55.08% from 255) = 36.84%

 BLUE value IS 221 (86.72% from 255) = 58.16%

R = 5%
G = 36.84%
B = 58.16%

CMYK

 C value IS 0.91

 M value IS 0.37

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#138CDD (or 0x138CDD) is known color: Dodger Blue. HEX triplet: 13, 8C and DD. RGB value is (19,140,221). Sum of RGB (Red+Green+Blue) = 19+140+221=380 (50% of max value = 765). Red value is 19 (7.81% from 255 or 5% from 380); Green value is 140 (55.08% from 255 or 36.84% from 380); Blue value is 221 (86.72% from 255 or 58.16% from 380); Max value from RGB is 221 - color contains mainly: blue. Hex color #138CDD is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #138CDD is #EC7322. Grayscale: #707070. Windows color (decimal): -15495971 or 14519315. OLE color: 14519315.

HSL color Cylindrical-coordinate representation of color #138CDD: hue angle of 204.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 #138CDD is Cyan = 0.91, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 19 140 221 -
CMYK 0.91 0.37 0 0.13
HSL 204.06º 0.84% 0.47% -
HSV(B) 204.06º 0.91% 0.87% -
XYZ 22.7 24.12 71.86 -
YUV 113.06 188.91 60.91 -
System Red Green Blue C M Y K H S L
Decimal 19 140 221 0.91 0.37 0 0.13 204.06 0.84 0.47
Hex 13 8C DD 5B 25 0 D CC 54 2F
Octal 23 214 335 133 45 0 15 314 124 57
Binary 10011 10001100 11011101 1011011 100101 0 1101 11001100 1010100 101111

Color Harmonies of #138CDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #138CDD

Black with #138CDD

Text Example


Text Example

White with #138CDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #138CDD; }

 p { color: rgb(19,140,221); }

 H1.HeaderClassName
 {
   color: #138CDD;
 }
 .AnyTagClassName
 {
   color: #138CDD;
 }
</style>

background-color css

<style>
 a { background-color: #138CDD; }

 a { background-color: rgb(19,140,221); }

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

border-color css

<style>
 span { border-color: #138CDD; }

 span { border-color: rgb(19,140,221); }

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