Html Css Color HEX #13A8FF Dodger Blue

📋 copy color: '#13A8FF'

red 19 ◦ green 168 ◦ blue 255

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

Shades of Dodger Blue #13A8FF

Tints of Dodger Blue #13A8FF

RGB

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

 GREEN value IS 168 (66.02% from 255) = 38.01%

 BLUE value IS 255 (100% from 255) = 57.69%

R = 4.3%
G = 38.01%
B = 57.69%

CMYK

 C value IS 0.93

 M value IS 0.34

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#13A8FF (or 0x13A8FF) is known color: Dodger Blue. HEX triplet: 13, A8 and FF. RGB value is (19,168,255). Sum of RGB (Red+Green+Blue) = 19+168+255=442 (58% of max value = 765). Red value is 19 (7.81% from 255 or 4.30% from 442); Green value is 168 (66.02% from 255 or 38.01% from 442); Blue value is 255 (100% from 255 or 57.69% from 442); Max value from RGB is 255 - color contains mainly: blue. Hex color #13A8FF is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #13A8FF is #EC5700. Grayscale: #848484. Windows color (decimal): -15488769 or 16754707. OLE color: 16754707.

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

Color convert

RGB 19 168 255 -
CMYK 0.93 0.34 0 0
HSL 202.12º 1% 0.54% -
HSV(B) 202.12º 0.93% 1% -
XYZ 32.32 35.36 99.73 -
YUV 133.37 196.64 46.43 -
System Red Green Blue C M Y K H S L
Decimal 19 168 255 0.93 0.34 0 0 202.12 1 0.54
Hex 13 A8 FF 5D 22 0 0 CA 64 36
Octal 23 250 377 135 42 0 0 312 144 66
Binary 10011 10101000 11111111 1011101 100010 0 0 11001010 1100100 110110

Color Harmonies of #13A8FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13A8FF

Black with #13A8FF

Text Example


Text Example

White with #13A8FF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(19,168,255); }

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

background-color css

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

 a { background-color: rgb(19,168,255); }

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

border-color css

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

 span { border-color: rgb(19,168,255); }

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