Html Css Color HEX #138AFC Dodger Blue

📋 copy color: '#138AFC'

red 19 ◦ green 138 ◦ blue 252

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

Shades of Dodger Blue #138AFC

Tints of Dodger Blue #138AFC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 61.61%

R = 4.65%
G = 33.74%
B = 61.61%

CMYK

 C value IS 0.92

 M value IS 0.45

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#138AFC (or 0x138AFC) is known color: Dodger Blue. HEX triplet: 13, 8A and FC. RGB value is (19,138,252). Sum of RGB (Red+Green+Blue) = 19+138+252=409 (54% of max value = 765). Red value is 19 (7.81% from 255 or 4.65% from 409); Green value is 138 (54.30% from 255 or 33.74% from 409); Blue value is 252 (98.83% from 255 or 61.61% from 409); Max value from RGB is 252 - color contains mainly: blue. Hex color #138AFC is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #138AFC is #EC7503. Grayscale: #727272. Windows color (decimal): -15496452 or 16550419. OLE color: 16550419.

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

Color convert

RGB 19 138 252 -
CMYK 0.92 0.45 0 0.01
HSL 209.36º 0.97% 0.53% -
HSV(B) 209.36º 0.92% 0.99% -
XYZ 26.93 25.34 95.57 -
YUV 115.42 205.08 59.23 -
System Red Green Blue C M Y K H S L
Decimal 19 138 252 0.92 0.45 0 0.01 209.36 0.97 0.53
Hex 13 8A FC 5C 2D 0 1 D1 61 35
Octal 23 212 374 134 55 0 1 321 141 65
Binary 10011 10001010 11111100 1011100 101101 0 1 11010001 1100001 110101

Color Harmonies of #138AFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #138AFC

Black with #138AFC

Text Example


Text Example

White with #138AFC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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