Html Css Color HEX #1582F1 Dodger Blue

📋 copy color: '#1582F1'

red 21 ◦ green 130 ◦ blue 241

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

Shades of Dodger Blue #1582F1

Tints of Dodger Blue #1582F1

RGB

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

 GREEN value IS 130 (51.17% from 255) = 33.16%

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

R = 5.36%
G = 33.16%
B = 61.48%

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

#1582F1 (or 0x1582F1) is known color: Dodger Blue. HEX triplet: 15, 82 and F1. RGB value is (21,130,241). Sum of RGB (Red+Green+Blue) = 21+130+241=392 (51% of max value = 765). Red value is 21 (8.59% from 255 or 5.36% from 392); Green value is 130 (51.17% from 255 or 33.16% from 392); Blue value is 241 (94.53% from 255 or 61.48% from 392); Max value from RGB is 241 - color contains mainly: blue. Hex color #1582F1 is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #1582F1 is #EA7D0E. Grayscale: #6D6D6D. Windows color (decimal): -15367439 or 15827477. OLE color: 15827477.

HSL color Cylindrical-coordinate representation of color #1582F1: hue angle of 210.27º 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 #1582F1 is Cyan = 0.91, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 21 130 241 -
CMYK 0.91 0.46 0 0.05
HSL 210.27º 0.89% 0.51% -
HSV(B) 210.27º 0.91% 0.95% -
XYZ 24.17 22.48 86.28 -
YUV 110.06 201.89 64.47 -
System Red Green Blue C M Y K H S L
Decimal 21 130 241 0.91 0.46 0 0.05 210.27 0.89 0.51
Hex 15 82 F1 5B 2E 0 5 D2 59 33
Octal 25 202 361 133 56 0 5 322 131 63
Binary 10101 10000010 11110001 1011011 101110 0 101 11010010 1011001 110011

Color Harmonies of #1582F1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1582F1

Black with #1582F1

Text Example


Text Example

White with #1582F1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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