Html Css Color HEX #138FFC Dodger Blue

📋 copy color: '#138FFC'

red 19 ◦ green 143 ◦ blue 252

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

Shades of Dodger Blue #138FFC

Tints of Dodger Blue #138FFC

RGB

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

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

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

R = 4.59%
G = 34.54%
B = 60.87%

CMYK

 C value IS 0.92

 M value IS 0.43

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#138FFC (or 0x138FFC) is known color: Dodger Blue. HEX triplet: 13, 8F and FC. RGB value is (19,143,252). Sum of RGB (Red+Green+Blue) = 19+143+252=414 (54% of max value = 765). Red value is 19 (7.81% from 255 or 4.59% from 414); Green value is 143 (56.25% from 255 or 34.54% from 414); Blue value is 252 (98.83% from 255 or 60.87% from 414); Max value from RGB is 252 - color contains mainly: blue. Hex color #138FFC is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #138FFC is #EC7003. Grayscale: #757575. Windows color (decimal): -15495172 or 16551699. OLE color: 16551699.

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

Color convert

RGB 19 143 252 -
CMYK 0.92 0.43 0 0.01
HSL 208.07º 0.97% 0.53% -
HSV(B) 208.07º 0.92% 0.99% -
XYZ 27.66 26.81 95.81 -
YUV 118.35 203.42 57.14 -
System Red Green Blue C M Y K H S L
Decimal 19 143 252 0.92 0.43 0 0.01 208.07 0.97 0.53
Hex 13 8F FC 5C 2B 0 1 D0 61 35
Octal 23 217 374 134 53 0 1 320 141 65
Binary 10011 10001111 11111100 1011100 101011 0 1 11010000 1100001 110101

Color Harmonies of #138FFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #138FFC

Black with #138FFC

Text Example


Text Example

White with #138FFC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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