Html Css Color HEX #138FDD Dodger Blue

📋 copy color: '#138FDD'

red 19 ◦ green 143 ◦ blue 221

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

Shades of Dodger Blue #138FDD

Tints of Dodger Blue #138FDD

RGB

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

 GREEN value IS 143 (56.25% from 255) = 37.34%

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

R = 4.96%
G = 37.34%
B = 57.7%

CMYK

 C value IS 0.91

 M value IS 0.35

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#138FDD (or 0x138FDD) is known color: Dodger Blue. HEX triplet: 13, 8F and DD. RGB value is (19,143,221). Sum of RGB (Red+Green+Blue) = 19+143+221=383 (50% of max value = 765). Red value is 19 (7.81% from 255 or 4.96% from 383); Green value is 143 (56.25% from 255 or 37.34% from 383); Blue value is 221 (86.72% from 255 or 57.70% from 383); Max value from RGB is 221 - color contains mainly: blue. Hex color #138FDD is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #138FDD is #EC7022. Grayscale: #727272. Windows color (decimal): -15495203 or 14520083. OLE color: 14520083.

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

Color convert

RGB 19 143 221 -
CMYK 0.91 0.35 0 0.13
HSL 203.17º 0.84% 0.47% -
HSV(B) 203.17º 0.91% 0.87% -
XYZ 23.14 25 72.01 -
YUV 114.82 187.92 59.66 -
System Red Green Blue C M Y K H S L
Decimal 19 143 221 0.91 0.35 0 0.13 203.17 0.84 0.47
Hex 13 8F DD 5B 23 0 D CB 54 2F
Octal 23 217 335 133 43 0 15 313 124 57
Binary 10011 10001111 11011101 1011011 100011 0 1101 11001011 1010100 101111

Color Harmonies of #138FDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #138FDD

Black with #138FDD

Text Example


Text Example

White with #138FDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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