Html Css Color HEX #13A1FE Dodger Blue

📋 copy color: '#13A1FE'

red 19 ◦ green 161 ◦ blue 254

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

Shades of Dodger Blue #13A1FE

Tints of Dodger Blue #13A1FE

RGB

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

 GREEN value IS 161 (63.28% from 255) = 37.1%

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

R = 4.38%
G = 37.1%
B = 58.53%

CMYK

 C value IS 0.93

 M value IS 0.37

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#13A1FE (or 0x13A1FE) is known color: Dodger Blue. HEX triplet: 13, A1 and FE. RGB value is (19,161,254). Sum of RGB (Red+Green+Blue) = 19+161+254=434 (57% of max value = 765). Red value is 19 (7.81% from 255 or 4.38% from 434); Green value is 161 (63.28% from 255 or 37.10% from 434); Blue value is 254 (99.61% from 255 or 58.53% from 434); Max value from RGB is 254 - color contains mainly: blue. Hex color #13A1FE is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #13A1FE is #EC5E01. Grayscale: #808080. Windows color (decimal): -15490562 or 16687379. OLE color: 16687379.

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

Color convert

RGB 19 161 254 -
CMYK 0.93 0.37 0 0.00
HSL 203.74º 0.99% 0.54% -
HSV(B) 203.74º 0.93% 1% -
XYZ 30.9 32.78 98.47 -
YUV 129.14 198.46 49.44 -
System Red Green Blue C M Y K H S L
Decimal 19 161 254 0.93 0.37 0 0.00 203.74 0.99 0.54
Hex 13 A1 FE 5D 25 0 0 CC 63 36
Octal 23 241 376 135 45 0 0 314 143 66
Binary 10011 10100001 11111110 1011101 100101 0 0 11001100 1100011 110110

Color Harmonies of #13A1FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13A1FE

Black with #13A1FE

Text Example


Text Example

White with #13A1FE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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