Html Css Color HEX #1581F1 Dodger Blue

📋 copy color: '#1581F1'

red 21 ◦ green 129 ◦ blue 241

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

Shades of Dodger Blue #1581F1

Tints of Dodger Blue #1581F1

RGB

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

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

 BLUE value IS 241 (94.53% from 255) = 61.64%

R = 5.37%
G = 32.99%
B = 61.64%

CMYK

 C value IS 0.91

 M value IS 0.46

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#1581F1 (or 0x1581F1) is known color: Dodger Blue. HEX triplet: 15, 81 and F1. RGB value is (21,129,241). Sum of RGB (Red+Green+Blue) = 21+129+241=391 (51% of max value = 765). Red value is 21 (8.59% from 255 or 5.37% from 391); Green value is 129 (50.78% from 255 or 32.99% from 391); Blue value is 241 (94.53% from 255 or 61.64% from 391); Max value from RGB is 241 - color contains mainly: blue. Hex color #1581F1 is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #1581F1 is #EA7E0E. Grayscale: #6C6C6C. Windows color (decimal): -15367695 or 15827221. OLE color: 15827221.

HSL color Cylindrical-coordinate representation of color #1581F1: hue angle of 210.55º degrees, saturation: 0.89, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1581F1 is Cyan = 0.91, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 21 129 241 -
CMYK 0.91 0.46 0 0.05
HSL 210.55º 0.89% 0.51% -
HSV(B) 210.55º 0.91% 0.95% -
XYZ 24.04 22.21 86.24 -
YUV 109.48 202.22 64.89 -
System Red Green Blue C M Y K H S L
Decimal 21 129 241 0.91 0.46 0 0.05 210.55 0.89 0.51
Hex 15 81 F1 5B 2E 0 5 D3 59 33
Octal 25 201 361 133 56 0 5 323 131 63
Binary 10101 10000001 11110001 1011011 101110 0 101 11010011 1011001 110011

Color Harmonies of #1581F1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1581F1

Black with #1581F1

Text Example


Text Example

White with #1581F1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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