Html Css Color HEX #1586F1 Dodger Blue

📋 copy color: '#1586F1'

red 21 ◦ green 134 ◦ blue 241

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

Shades of Dodger Blue #1586F1

Tints of Dodger Blue #1586F1

RGB

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

 GREEN value IS 134 (52.73% from 255) = 33.84%

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

R = 5.3%
G = 33.84%
B = 60.86%

CMYK

 C value IS 0.91

 M value IS 0.44

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#1586F1 (or 0x1586F1) is known color: Dodger Blue. HEX triplet: 15, 86 and F1. RGB value is (21,134,241). Sum of RGB (Red+Green+Blue) = 21+134+241=396 (52% of max value = 765). Red value is 21 (8.59% from 255 or 5.30% from 396); Green value is 134 (52.73% from 255 or 33.84% from 396); Blue value is 241 (94.53% from 255 or 60.86% from 396); Max value from RGB is 241 - color contains mainly: blue. Hex color #1586F1 is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #1586F1 is #EA790E. Grayscale: #6F6F6F. Windows color (decimal): -15366415 or 15828501. OLE color: 15828501.

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

Color convert

RGB 21 134 241 -
CMYK 0.91 0.44 0 0.05
HSL 209.18º 0.89% 0.51% -
HSV(B) 209.18º 0.91% 0.95% -
XYZ 24.71 23.56 86.46 -
YUV 112.41 200.56 62.8 -
System Red Green Blue C M Y K H S L
Decimal 21 134 241 0.91 0.44 0 0.05 209.18 0.89 0.51
Hex 15 86 F1 5B 2C 0 5 D1 59 33
Octal 25 206 361 133 54 0 5 321 131 63
Binary 10101 10000110 11110001 1011011 101100 0 101 11010001 1011001 110011

Color Harmonies of #1586F1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1586F1

Black with #1586F1

Text Example


Text Example

White with #1586F1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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