Html Css Color HEX #1581DF Dodger Blue

📋 copy color: '#1581DF'

red 21 ◦ green 129 ◦ blue 223

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

Shades of Dodger Blue #1581DF

Tints of Dodger Blue #1581DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 59.79%

R = 5.63%
G = 34.58%
B = 59.79%

CMYK

 C value IS 0.91

 M value IS 0.42

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#1581DF (or 0x1581DF) is known color: Dodger Blue. HEX triplet: 15, 81 and DF. RGB value is (21,129,223). Sum of RGB (Red+Green+Blue) = 21+129+223=373 (49% of max value = 765). Red value is 21 (8.59% from 255 or 5.63% from 373); Green value is 129 (50.78% from 255 or 34.58% from 373); Blue value is 223 (87.5% from 255 or 59.79% from 373); Max value from RGB is 223 - color contains mainly: blue. Hex color #1581DF is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1581DF is #EA7E20. Grayscale: #6A6A6A. Windows color (decimal): -15367713 or 14647573. OLE color: 14647573.

HSL color Cylindrical-coordinate representation of color #1581DF: hue angle of 207.92º degrees, saturation: 0.83, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1581DF is Cyan = 0.91, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 21 129 223 -
CMYK 0.91 0.42 0 0.13
HSL 207.92º 0.83% 0.48% -
HSV(B) 207.92º 0.91% 0.87% -
XYZ 21.48 21.19 72.77 -
YUV 107.42 193.22 66.36 -
System Red Green Blue C M Y K H S L
Decimal 21 129 223 0.91 0.42 0 0.13 207.92 0.83 0.48
Hex 15 81 DF 5B 2A 0 D D0 53 30
Octal 25 201 337 133 52 0 15 320 123 60
Binary 10101 10000001 11011111 1011011 101010 0 1101 11010000 1010011 110000

Color Harmonies of #1581DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1581DF

Black with #1581DF

Text Example


Text Example

White with #1581DF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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