Html Css Color HEX #1581FD Dodger Blue

📋 copy color: '#1581FD'

red 21 ◦ green 129 ◦ blue 253

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

Shades of Dodger Blue #1581FD

Tints of Dodger Blue #1581FD

RGB

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

 GREEN value IS 129 (50.78% from 255) = 32.01%

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

R = 5.21%
G = 32.01%
B = 62.78%

CMYK

 C value IS 0.92

 M value IS 0.49

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#1581FD (or 0x1581FD) is known color: Dodger Blue. HEX triplet: 15, 81 and FD. RGB value is (21,129,253). Sum of RGB (Red+Green+Blue) = 21+129+253=403 (53% of max value = 765). Red value is 21 (8.59% from 255 or 5.21% from 403); Green value is 129 (50.78% from 255 or 32.01% from 403); Blue value is 253 (99.22% from 255 or 62.78% from 403); Max value from RGB is 253 - color contains mainly: blue. Hex color #1581FD is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #1581FD is #EA7E02. Grayscale: #6E6E6E. Windows color (decimal): -15367683 or 16613653. OLE color: 16613653.

HSL color Cylindrical-coordinate representation of color #1581FD: hue angle of 212.07º 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 #1581FD is Cyan = 0.92, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 21 129 253 -
CMYK 0.92 0.49 0 0.01
HSL 212.07º 0.98% 0.54% -
HSV(B) 212.07º 0.92% 0.99% -
XYZ 25.89 22.95 95.99 -
YUV 110.84 208.22 63.92 -
System Red Green Blue C M Y K H S L
Decimal 21 129 253 0.92 0.49 0 0.01 212.07 0.98 0.54
Hex 15 81 FD 5C 31 0 1 D4 62 36
Octal 25 201 375 134 61 0 1 324 142 66
Binary 10101 10000001 11111101 1011100 110001 0 1 11010100 1100010 110110

Color Harmonies of #1581FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1581FD

Black with #1581FD

Text Example


Text Example

White with #1581FD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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