Html Css Color HEX #137BFE Dodger Blue

📋 copy color: '#137BFE'

red 19 ◦ green 123 ◦ blue 254

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

Shades of Dodger Blue #137BFE

Tints of Dodger Blue #137BFE

RGB

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

 GREEN value IS 123 (48.44% from 255) = 31.06%

 BLUE value IS 254 (99.61% from 255) = 64.14%

R = 4.8%
G = 31.06%
B = 64.14%

CMYK

 C value IS 0.93

 M value IS 0.52

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#137BFE (or 0x137BFE) is known color: Dodger Blue. HEX triplet: 13, 7B and FE. RGB value is (19,123,254). Sum of RGB (Red+Green+Blue) = 19+123+254=396 (52% of max value = 765). Red value is 19 (7.81% from 255 or 4.80% from 396); Green value is 123 (48.44% from 255 or 31.06% from 396); Blue value is 254 (99.61% from 255 or 64.14% from 396); Max value from RGB is 254 - color contains mainly: blue. Hex color #137BFE is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #137BFE is #EC8401. Grayscale: #6A6A6A. Windows color (decimal): -15500290 or 16677651. OLE color: 16677651.

HSL color Cylindrical-coordinate representation of color #137BFE: hue angle of 213.45º degrees, saturation: 0.99, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #137BFE is Cyan = 0.93, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 19 123 254 -
CMYK 0.93 0.52 0 0.00
HSL 213.45º 0.99% 0.54% -
HSV(B) 213.45º 0.93% 1% -
XYZ 25.24 21.46 96.58 -
YUV 106.84 211.04 65.35 -
System Red Green Blue C M Y K H S L
Decimal 19 123 254 0.93 0.52 0 0.00 213.45 0.99 0.54
Hex 13 7B FE 5D 34 0 0 D5 63 36
Octal 23 173 376 135 64 0 0 325 143 66
Binary 10011 1111011 11111110 1011101 110100 0 0 11010101 1100011 110110

Color Harmonies of #137BFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #137BFE

Black with #137BFE

Text Example


Text Example

White with #137BFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(19,123,254); }

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

background-color css

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

 a { background-color: rgb(19,123,254); }

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

border-color css

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

 span { border-color: rgb(19,123,254); }

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