Html Css Color HEX #1373FE Dodger Blue

📋 copy color: '#1373FE'

red 19 ◦ green 115 ◦ blue 254

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

Shades of Dodger Blue #1373FE

Tints of Dodger Blue #1373FE

RGB

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

 GREEN value IS 115 (45.31% from 255) = 29.64%

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

R = 4.9%
G = 29.64%
B = 65.46%

CMYK

 C value IS 0.93

 M value IS 0.55

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#1373FE (or 0x1373FE) is known color: Dodger Blue. HEX triplet: 13, 73 and FE. RGB value is (19,115,254). Sum of RGB (Red+Green+Blue) = 19+115+254=388 (51% of max value = 765). Red value is 19 (7.81% from 255 or 4.90% from 388); Green value is 115 (45.31% from 255 or 29.64% from 388); Blue value is 254 (99.61% from 255 or 65.46% from 388); Max value from RGB is 254 - color contains mainly: blue. Hex color #1373FE is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #1373FE is #EC8C01. Grayscale: #656565. Windows color (decimal): -15502338 or 16675603. OLE color: 16675603.

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

Color convert

RGB 19 115 254 -
CMYK 0.93 0.55 0 0.00
HSL 215.49º 0.99% 0.54% -
HSV(B) 215.49º 0.93% 1% -
XYZ 24.29 19.56 96.26 -
YUV 102.14 213.7 68.7 -
System Red Green Blue C M Y K H S L
Decimal 19 115 254 0.93 0.55 0 0.00 215.49 0.99 0.54
Hex 13 73 FE 5D 37 0 0 D7 63 36
Octal 23 163 376 135 67 0 0 327 143 66
Binary 10011 1110011 11111110 1011101 110111 0 0 11010111 1100011 110110

Color Harmonies of #1373FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1373FE

Black with #1373FE

Text Example


Text Example

White with #1373FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1373FE; }

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

 H1.HeaderClassName
 {
   color: #1373FE;
 }
 .AnyTagClassName
 {
   color: #1373FE;
 }
</style>

background-color css

<style>
 a { background-color: #1373FE; }

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

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

border-color css

<style>
 span { border-color: #1373FE; }

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

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