Html Css Color HEX #137FFC Dodger Blue

📋 copy color: '#137FFC'

red 19 ◦ green 127 ◦ blue 252

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

Shades of Dodger Blue #137FFC

Tints of Dodger Blue #137FFC

RGB

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

 GREEN value IS 127 (50% from 255) = 31.91%

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

R = 4.77%
G = 31.91%
B = 63.32%

CMYK

 C value IS 0.92

 M value IS 0.50

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#137FFC (or 0x137FFC) is known color: Dodger Blue. HEX triplet: 13, 7F and FC. RGB value is (19,127,252). Sum of RGB (Red+Green+Blue) = 19+127+252=398 (52% of max value = 765). Red value is 19 (7.81% from 255 or 4.77% from 398); Green value is 127 (50% from 255 or 31.91% from 398); Blue value is 252 (98.83% from 255 or 63.32% from 398); Max value from RGB is 252 - color contains mainly: blue. Hex color #137FFC is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #137FFC is #EC8003. Grayscale: #6C6C6C. Windows color (decimal): -15499268 or 16547603. OLE color: 16547603.

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

Color convert

RGB 19 127 252 -
CMYK 0.92 0.50 0 0.01
HSL 212.19º 0.97% 0.53% -
HSV(B) 212.19º 0.92% 0.99% -
XYZ 25.43 22.35 95.07 -
YUV 108.96 208.72 63.84 -
System Red Green Blue C M Y K H S L
Decimal 19 127 252 0.92 0.50 0 0.01 212.19 0.97 0.53
Hex 13 7F FC 5C 32 0 1 D4 61 35
Octal 23 177 374 134 62 0 1 324 141 65
Binary 10011 1111111 11111100 1011100 110010 0 1 11010100 1100001 110101

Color Harmonies of #137FFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #137FFC

Black with #137FFC

Text Example


Text Example

White with #137FFC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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