Html Css Color HEX #137CFC Dodger Blue

📋 copy color: '#137CFC'

red 19 ◦ green 124 ◦ blue 252

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

Shades of Dodger Blue #137CFC

Tints of Dodger Blue #137CFC

RGB

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

 GREEN value IS 124 (48.83% from 255) = 31.39%

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

R = 4.81%
G = 31.39%
B = 63.8%

CMYK

 C value IS 0.92

 M value IS 0.51

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#137CFC (or 0x137CFC) is known color: Dodger Blue. HEX triplet: 13, 7C and FC. RGB value is (19,124,252). Sum of RGB (Red+Green+Blue) = 19+124+252=395 (52% of max value = 765). Red value is 19 (7.81% from 255 or 4.81% from 395); Green value is 124 (48.83% from 255 or 31.39% from 395); Blue value is 252 (98.83% from 255 or 63.80% from 395); Max value from RGB is 252 - color contains mainly: blue. Hex color #137CFC is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #137CFC is #EC8303. Grayscale: #6A6A6A. Windows color (decimal): -15500036 or 16546835. OLE color: 16546835.

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

Color convert

RGB 19 124 252 -
CMYK 0.92 0.51 0 0.01
HSL 212.96º 0.97% 0.53% -
HSV(B) 212.96º 0.92% 0.99% -
XYZ 25.05 21.58 94.94 -
YUV 107.2 209.71 65.09 -
System Red Green Blue C M Y K H S L
Decimal 19 124 252 0.92 0.51 0 0.01 212.96 0.97 0.53
Hex 13 7C FC 5C 33 0 1 D5 61 35
Octal 23 174 374 134 63 0 1 325 141 65
Binary 10011 1111100 11111100 1011100 110011 0 1 11010101 1100001 110101

Color Harmonies of #137CFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #137CFC

Black with #137CFC

Text Example


Text Example

White with #137CFC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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