Html Css Color HEX #13A4FF Dodger Blue

📋 copy color: '#13A4FF'

red 19 ◦ green 164 ◦ blue 255

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

Shades of Dodger Blue #13A4FF

Tints of Dodger Blue #13A4FF

RGB

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

 GREEN value IS 164 (64.45% from 255) = 37.44%

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

R = 4.34%
G = 37.44%
B = 58.22%

CMYK

 C value IS 0.93

 M value IS 0.36

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#13A4FF (or 0x13A4FF) is known color: Dodger Blue. HEX triplet: 13, A4 and FF. RGB value is (19,164,255). Sum of RGB (Red+Green+Blue) = 19+164+255=438 (58% of max value = 765). Red value is 19 (7.81% from 255 or 4.34% from 438); Green value is 164 (64.45% from 255 or 37.44% from 438); Blue value is 255 (100% from 255 or 58.22% from 438); Max value from RGB is 255 - color contains mainly: blue. Hex color #13A4FF is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #13A4FF is #EC5B00. Grayscale: #828282. Windows color (decimal): -15489793 or 16753683. OLE color: 16753683.

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

Color convert

RGB 19 164 255 -
CMYK 0.93 0.36 0 0
HSL 203.14º 1% 0.54% -
HSV(B) 203.14º 0.93% 1% -
XYZ 31.59 33.91 99.49 -
YUV 131.02 197.96 48.1 -
System Red Green Blue C M Y K H S L
Decimal 19 164 255 0.93 0.36 0 0 203.14 1 0.54
Hex 13 A4 FF 5D 24 0 0 CB 64 36
Octal 23 244 377 135 44 0 0 313 144 66
Binary 10011 10100100 11111111 1011101 100100 0 0 11001011 1100100 110110

Color Harmonies of #13A4FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13A4FF

Black with #13A4FF

Text Example


Text Example

White with #13A4FF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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