Html Css Color HEX #138FFB Dodger Blue

📋 copy color: '#138FFB'

red 19 ◦ green 143 ◦ blue 251

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

Shades of Dodger Blue #138FFB

Tints of Dodger Blue #138FFB

RGB

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

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

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

R = 4.6%
G = 34.62%
B = 60.77%

CMYK

 C value IS 0.92

 M value IS 0.43

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#138FFB (or 0x138FFB) is known color: Dodger Blue. HEX triplet: 13, 8F and FB. RGB value is (19,143,251). Sum of RGB (Red+Green+Blue) = 19+143+251=413 (54% of max value = 765). Red value is 19 (7.81% from 255 or 4.60% from 413); Green value is 143 (56.25% from 255 or 34.62% from 413); Blue value is 251 (98.44% from 255 or 60.77% from 413); Max value from RGB is 251 - color contains mainly: blue. Hex color #138FFB is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #138FFB is #EC7004. Grayscale: #757575. Windows color (decimal): -15495173 or 16486163. OLE color: 16486163.

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

Color convert

RGB 19 143 251 -
CMYK 0.92 0.43 0 0.02
HSL 207.93º 0.97% 0.53% -
HSV(B) 207.93º 0.92% 0.98% -
XYZ 27.5 26.75 94.98 -
YUV 118.24 202.92 57.22 -
System Red Green Blue C M Y K H S L
Decimal 19 143 251 0.92 0.43 0 0.02 207.93 0.97 0.53
Hex 13 8F FB 5C 2B 0 2 D0 61 35
Octal 23 217 373 134 53 0 2 320 141 65
Binary 10011 10001111 11111011 1011100 101011 0 10 11010000 1100001 110101

Color Harmonies of #138FFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #138FFB

Black with #138FFB

Text Example


Text Example

White with #138FFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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