Html Css Color HEX #1573FD Dodger Blue

📋 copy color: '#1573FD'

red 21 ◦ green 115 ◦ blue 253

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

Shades of Dodger Blue #1573FD

Tints of Dodger Blue #1573FD

RGB

 RED value IS 21 (8.59% from 255) = 5.4%

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

 BLUE value IS 253 (99.22% from 255) = 65.04%

R = 5.4%
G = 29.56%
B = 65.04%

CMYK

 C value IS 0.92

 M value IS 0.55

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#1573FD (or 0x1573FD) is known color: Dodger Blue. HEX triplet: 15, 73 and FD. RGB value is (21,115,253). Sum of RGB (Red+Green+Blue) = 21+115+253=389 (51% of max value = 765). Red value is 21 (8.59% from 255 or 5.40% from 389); Green value is 115 (45.31% from 255 or 29.56% from 389); Blue value is 253 (99.22% from 255 or 65.04% from 389); Max value from RGB is 253 - color contains mainly: blue. Hex color #1573FD is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #1573FD is #EA8C02. Grayscale: #656565. Windows color (decimal): -15371267 or 16610069. OLE color: 16610069.

HSL color Cylindrical-coordinate representation of color #1573FD: hue angle of 215.69º degrees, saturation: 0.98, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #1573FD is Cyan = 0.92, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 21 115 253 -
CMYK 0.92 0.55 0 0.01
HSL 215.69º 0.98% 0.54% -
HSV(B) 215.69º 0.92% 0.99% -
XYZ 24.17 19.51 95.42 -
YUV 102.63 212.86 69.78 -
System Red Green Blue C M Y K H S L
Decimal 21 115 253 0.92 0.55 0 0.01 215.69 0.98 0.54
Hex 15 73 FD 5C 37 0 1 D8 62 36
Octal 25 163 375 134 67 0 1 330 142 66
Binary 10101 1110011 11111101 1011100 110111 0 1 11011000 1100010 110110

Color Harmonies of #1573FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1573FD

Black with #1573FD

Text Example


Text Example

White with #1573FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1573FD; }

 p { color: rgb(21,115,253); }

 H1.HeaderClassName
 {
   color: #1573FD;
 }
 .AnyTagClassName
 {
   color: #1573FD;
 }
</style>

background-color css

<style>
 a { background-color: #1573FD; }

 a { background-color: rgb(21,115,253); }

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

border-color css

<style>
 span { border-color: #1573FD; }

 span { border-color: rgb(21,115,253); }

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