Html Css Color HEX #137AF3 Dodger Blue

📋 copy color: '#137AF3'

red 19 ◦ green 122 ◦ blue 243

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

Shades of Dodger Blue #137AF3

Tints of Dodger Blue #137AF3

RGB

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

 GREEN value IS 122 (48.05% from 255) = 31.77%

 BLUE value IS 243 (95.31% from 255) = 63.28%

R = 4.95%
G = 31.77%
B = 63.28%

CMYK

 C value IS 0.92

 M value IS 0.50

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#137AF3 (or 0x137AF3) is known color: Dodger Blue. HEX triplet: 13, 7A and F3. RGB value is (19,122,243). Sum of RGB (Red+Green+Blue) = 19+122+243=384 (50% of max value = 765). Red value is 19 (7.81% from 255 or 4.95% from 384); Green value is 122 (48.05% from 255 or 31.77% from 384); Blue value is 243 (95.31% from 255 or 63.28% from 384); Max value from RGB is 243 - color contains mainly: blue. Hex color #137AF3 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #137AF3 is #EC850C. Grayscale: #686868. Windows color (decimal): -15500557 or 15956499. OLE color: 15956499.

HSL color Cylindrical-coordinate representation of color #137AF3: hue angle of 212.41º degrees, saturation: 0.9, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #137AF3 is Cyan = 0.92, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 19 122 243 -
CMYK 0.92 0.50 0 0.05
HSL 212.41º 0.9% 0.51% -
HSV(B) 212.41º 0.92% 0.95% -
XYZ 23.41 20.53 87.52 -
YUV 105 205.88 66.66 -
System Red Green Blue C M Y K H S L
Decimal 19 122 243 0.92 0.50 0 0.05 212.41 0.9 0.51
Hex 13 7A F3 5C 32 0 5 D4 5A 33
Octal 23 172 363 134 62 0 5 324 132 63
Binary 10011 1111010 11110011 1011100 110010 0 101 11010100 1011010 110011

Color Harmonies of #137AF3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #137AF3

Black with #137AF3

Text Example


Text Example

White with #137AF3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(19,122,243); }

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

background-color css

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

 a { background-color: rgb(19,122,243); }

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

border-color css

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

 span { border-color: rgb(19,122,243); }

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