Html Css Color HEX #138BFA Dodger Blue

📋 copy color: '#138BFA'

red 19 ◦ green 139 ◦ blue 250

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

Shades of Dodger Blue #138BFA

Tints of Dodger Blue #138BFA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 61.27%

R = 4.66%
G = 34.07%
B = 61.27%

CMYK

 C value IS 0.92

 M value IS 0.44

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#138BFA (or 0x138BFA) is known color: Dodger Blue. HEX triplet: 13, 8B and FA. RGB value is (19,139,250). Sum of RGB (Red+Green+Blue) = 19+139+250=408 (54% of max value = 765). Red value is 19 (7.81% from 255 or 4.66% from 408); Green value is 139 (54.69% from 255 or 34.07% from 408); Blue value is 250 (98.05% from 255 or 61.27% from 408); Max value from RGB is 250 - color contains mainly: blue. Hex color #138BFA is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #138BFA is #EC7405. Grayscale: #737373. Windows color (decimal): -15496198 or 16419603. OLE color: 16419603.

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

Color convert

RGB 19 139 250 -
CMYK 0.92 0.44 0 0.02
HSL 208.83º 0.96% 0.53% -
HSV(B) 208.83º 0.92% 0.98% -
XYZ 26.76 25.51 93.96 -
YUV 115.77 203.74 58.97 -
System Red Green Blue C M Y K H S L
Decimal 19 139 250 0.92 0.44 0 0.02 208.83 0.96 0.53
Hex 13 8B FA 5C 2C 0 2 D1 60 35
Octal 23 213 372 134 54 0 2 321 140 65
Binary 10011 10001011 11111010 1011100 101100 0 10 11010001 1100000 110101

Color Harmonies of #138BFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #138BFA

Black with #138BFA

Text Example


Text Example

White with #138BFA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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