Html Css Color HEX #138AFB Dodger Blue

📋 copy color: '#138AFB'

red 19 ◦ green 138 ◦ blue 251

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

Shades of Dodger Blue #138AFB

Tints of Dodger Blue #138AFB

RGB

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

 GREEN value IS 138 (54.3% from 255) = 33.82%

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

R = 4.66%
G = 33.82%
B = 61.52%

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

#138AFB (or 0x138AFB) is known color: Dodger Blue. HEX triplet: 13, 8A and FB. RGB value is (19,138,251). Sum of RGB (Red+Green+Blue) = 19+138+251=408 (54% of max value = 765). Red value is 19 (7.81% from 255 or 4.66% from 408); Green value is 138 (54.30% from 255 or 33.82% from 408); Blue value is 251 (98.44% from 255 or 61.52% from 408); Max value from RGB is 251 - color contains mainly: blue. Hex color #138AFB is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #138AFB is #EC7504. Grayscale: #727272. Windows color (decimal): -15496453 or 16484883. OLE color: 16484883.

HSL color Cylindrical-coordinate representation of color #138AFB: hue angle of 209.22º 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 #138AFB is Cyan = 0.92, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 19 138 251 -
CMYK 0.92 0.45 0 0.02
HSL 209.22º 0.97% 0.53% -
HSV(B) 209.22º 0.92% 0.98% -
XYZ 26.77 25.28 94.74 -
YUV 115.3 204.58 59.31 -
System Red Green Blue C M Y K H S L
Decimal 19 138 251 0.92 0.45 0 0.02 209.22 0.97 0.53
Hex 13 8A FB 5C 2D 0 2 D1 61 35
Octal 23 212 373 134 55 0 2 321 141 65
Binary 10011 10001010 11111011 1011100 101101 0 10 11010001 1100001 110101

Color Harmonies of #138AFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #138AFB

Black with #138AFB

Text Example


Text Example

White with #138AFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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