Html Css Color HEX #138BFB Dodger Blue

📋 copy color: '#138BFB'

red 19 ◦ green 139 ◦ blue 251

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

Shades of Dodger Blue #138BFB

Tints of Dodger Blue #138BFB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 61.37%

R = 4.65%
G = 33.99%
B = 61.37%

CMYK

 C value IS 0.92

 M value IS 0.45

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#138BFB (or 0x138BFB) is known color: Dodger Blue. HEX triplet: 13, 8B and FB. RGB value is (19,139,251). Sum of RGB (Red+Green+Blue) = 19+139+251=409 (54% of max value = 765). Red value is 19 (7.81% from 255 or 4.65% from 409); Green value is 139 (54.69% from 255 or 33.99% from 409); Blue value is 251 (98.44% from 255 or 61.37% from 409); Max value from RGB is 251 - color contains mainly: blue. Hex color #138BFB is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #138BFB is #EC7404. Grayscale: #737373. Windows color (decimal): -15496197 or 16485139. OLE color: 16485139.

HSL color Cylindrical-coordinate representation of color #138BFB: hue angle of 208.97º degrees, saturation: 0.97, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #138BFB is Cyan = 0.92, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 19 139 251 -
CMYK 0.92 0.45 0 0.02
HSL 208.97º 0.97% 0.53% -
HSV(B) 208.97º 0.92% 0.98% -
XYZ 26.91 25.57 94.78 -
YUV 115.89 204.24 58.89 -
System Red Green Blue C M Y K H S L
Decimal 19 139 251 0.92 0.45 0 0.02 208.97 0.97 0.53
Hex 13 8B FB 5C 2D 0 2 D1 61 35
Octal 23 213 373 134 55 0 2 321 141 65
Binary 10011 10001011 11111011 1011100 101101 0 10 11010001 1100001 110101

Color Harmonies of #138BFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #138BFB

Black with #138BFB

Text Example


Text Example

White with #138BFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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