Html Css Color HEX #1581EF Dodger Blue

📋 copy color: '#1581EF'

red 21 ◦ green 129 ◦ blue 239

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

Shades of Dodger Blue #1581EF

Tints of Dodger Blue #1581EF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 61.44%

R = 5.4%
G = 33.16%
B = 61.44%

CMYK

 C value IS 0.91

 M value IS 0.46

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#1581EF (or 0x1581EF) is known color: Dodger Blue. HEX triplet: 15, 81 and EF. RGB value is (21,129,239). Sum of RGB (Red+Green+Blue) = 21+129+239=389 (51% of max value = 765). Red value is 21 (8.59% from 255 or 5.40% from 389); Green value is 129 (50.78% from 255 or 33.16% from 389); Blue value is 239 (93.75% from 255 or 61.44% from 389); Max value from RGB is 239 - color contains mainly: blue. Hex color #1581EF is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #1581EF is #EA7E10. Grayscale: #6C6C6C. Windows color (decimal): -15367697 or 15696149. OLE color: 15696149.

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

Color convert

RGB 21 129 239 -
CMYK 0.91 0.46 0 0.06
HSL 210.28º 0.87% 0.51% -
HSV(B) 210.28º 0.91% 0.94% -
XYZ 23.74 22.09 84.67 -
YUV 109.25 201.22 65.06 -
System Red Green Blue C M Y K H S L
Decimal 21 129 239 0.91 0.46 0 0.06 210.28 0.87 0.51
Hex 15 81 EF 5B 2E 0 6 D2 57 33
Octal 25 201 357 133 56 0 6 322 127 63
Binary 10101 10000001 11101111 1011011 101110 0 110 11010010 1010111 110011

Color Harmonies of #1581EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1581EF

Black with #1581EF

Text Example


Text Example

White with #1581EF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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