Html Css Color HEX #1A82DA Dodger Blue

📋 copy color: '#1A82DA'

red 26 ◦ green 130 ◦ blue 218

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

Shades of Dodger Blue #1A82DA

Tints of Dodger Blue #1A82DA

RGB

 RED value IS 26 (10.55% from 255) = 6.95%

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

 BLUE value IS 218 (85.55% from 255) = 58.29%

R = 6.95%
G = 34.76%
B = 58.29%

CMYK

 C value IS 0.88

 M value IS 0.40

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#1A82DA (or 0x1A82DA) is known color: Dodger Blue. HEX triplet: 1A, 82 and DA. RGB value is (26,130,218). Sum of RGB (Red+Green+Blue) = 26+130+218=374 (49% of max value = 765). Red value is 26 (10.55% from 255 or 6.95% from 374); Green value is 130 (51.17% from 255 or 34.76% from 374); Blue value is 218 (85.55% from 255 or 58.29% from 374); Max value from RGB is 218 - color contains mainly: blue. Hex color #1A82DA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #1A82DA is #E57D25. Grayscale: #6C6C6C. Windows color (decimal): -15039782 or 14320154. OLE color: 14320154.

HSL color Cylindrical-coordinate representation of color #1A82DA: hue angle of 207.5º degrees, saturation: 0.79, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1A82DA is Cyan = 0.88, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 26 130 218 -
CMYK 0.88 0.40 0 0.15
HSL 207.5º 0.79% 0.48% -
HSV(B) 207.5º 0.88% 0.85% -
XYZ 21.06 21.25 69.32 -
YUV 108.94 189.54 68.84 -
System Red Green Blue C M Y K H S L
Decimal 26 130 218 0.88 0.40 0 0.15 207.5 0.79 0.48
Hex 1A 82 DA 58 28 0 F D0 4F 30
Octal 32 202 332 130 50 0 17 320 117 60
Binary 11010 10000010 11011010 1011000 101000 0 1111 11010000 1001111 110000

Color Harmonies of #1A82DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1A82DA

Black with #1A82DA

Text Example


Text Example

White with #1A82DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1A82DA; }

 p { color: rgb(26,130,218); }

 H1.HeaderClassName
 {
   color: #1A82DA;
 }
 .AnyTagClassName
 {
   color: #1A82DA;
 }
</style>

background-color css

<style>
 a { background-color: #1A82DA; }

 a { background-color: rgb(26,130,218); }

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

border-color css

<style>
 span { border-color: #1A82DA; }

 span { border-color: rgb(26,130,218); }

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