Html Css Color HEX #13A7FE Dodger Blue

📋 copy color: '#13A7FE'

red 19 ◦ green 167 ◦ blue 254

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

Shades of Dodger Blue #13A7FE

Tints of Dodger Blue #13A7FE

RGB

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

 GREEN value IS 167 (65.63% from 255) = 37.95%

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

R = 4.32%
G = 37.95%
B = 57.73%

CMYK

 C value IS 0.93

 M value IS 0.34

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#13A7FE (or 0x13A7FE) is known color: Dodger Blue. HEX triplet: 13, A7 and FE. RGB value is (19,167,254). Sum of RGB (Red+Green+Blue) = 19+167+254=440 (58% of max value = 765). Red value is 19 (7.81% from 255 or 4.32% from 440); Green value is 167 (65.62% from 255 or 37.95% from 440); Blue value is 254 (99.61% from 255 or 57.73% from 440); Max value from RGB is 254 - color contains mainly: blue. Hex color #13A7FE is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #13A7FE is #EC5801. Grayscale: #848484. Windows color (decimal): -15489026 or 16688915. OLE color: 16688915.

HSL color Cylindrical-coordinate representation of color #13A7FE: hue angle of 202.21º 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 #13A7FE is Cyan = 0.93, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 19 167 254 -
CMYK 0.93 0.34 0 0.00
HSL 202.21º 0.99% 0.54% -
HSV(B) 202.21º 0.93% 1% -
XYZ 31.98 34.93 98.82 -
YUV 132.67 196.47 46.93 -
System Red Green Blue C M Y K H S L
Decimal 19 167 254 0.93 0.34 0 0.00 202.21 0.99 0.54
Hex 13 A7 FE 5D 22 0 0 CA 63 36
Octal 23 247 376 135 42 0 0 312 143 66
Binary 10011 10100111 11111110 1011101 100010 0 0 11001010 1100011 110110

Color Harmonies of #13A7FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13A7FE

Black with #13A7FE

Text Example


Text Example

White with #13A7FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #13A7FE; }

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

 H1.HeaderClassName
 {
   color: #13A7FE;
 }
 .AnyTagClassName
 {
   color: #13A7FE;
 }
</style>

background-color css

<style>
 a { background-color: #13A7FE; }

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

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

border-color css

<style>
 span { border-color: #13A7FE; }

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

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