Html Css Color HEX #138BF1 Dodger Blue

📋 copy color: '#138BF1'

red 19 ◦ green 139 ◦ blue 241

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

Shades of Dodger Blue #138BF1

Tints of Dodger Blue #138BF1

RGB

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

 GREEN value IS 139 (54.69% from 255) = 34.84%

 BLUE value IS 241 (94.53% from 255) = 60.4%

R = 4.76%
G = 34.84%
B = 60.4%

CMYK

 C value IS 0.92

 M value IS 0.42

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#138BF1 (or 0x138BF1) is known color: Dodger Blue. HEX triplet: 13, 8B and F1. RGB value is (19,139,241). Sum of RGB (Red+Green+Blue) = 19+139+241=399 (52% of max value = 765). Red value is 19 (7.81% from 255 or 4.76% from 399); Green value is 139 (54.69% from 255 or 34.84% from 399); Blue value is 241 (94.53% from 255 or 60.40% from 399); Max value from RGB is 241 - color contains mainly: blue. Hex color #138BF1 is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #138BF1 is #EC740E. Grayscale: #727272. Windows color (decimal): -15496207 or 15829779. OLE color: 15829779.

HSL color Cylindrical-coordinate representation of color #138BF1: hue angle of 207.57º degrees, saturation: 0.89, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #138BF1 is Cyan = 0.92, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 19 139 241 -
CMYK 0.92 0.42 0 0.05
HSL 207.57º 0.89% 0.51% -
HSV(B) 207.57º 0.92% 0.95% -
XYZ 25.38 24.95 86.7 -
YUV 114.75 199.24 59.71 -
System Red Green Blue C M Y K H S L
Decimal 19 139 241 0.92 0.42 0 0.05 207.57 0.89 0.51
Hex 13 8B F1 5C 2A 0 5 D0 59 33
Octal 23 213 361 134 52 0 5 320 131 63
Binary 10011 10001011 11110001 1011100 101010 0 101 11010000 1011001 110011

Color Harmonies of #138BF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #138BF1

Black with #138BF1

Text Example


Text Example

White with #138BF1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(19,139,241); }

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

background-color css

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

 a { background-color: rgb(19,139,241); }

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

border-color css

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

 span { border-color: rgb(19,139,241); }

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