Html Css Color HEX #1A82EA Dodger Blue

📋 copy color: '#1A82EA'

red 26 ◦ green 130 ◦ blue 234

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

Shades of Dodger Blue #1A82EA

Tints of Dodger Blue #1A82EA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 60%

R = 6.67%
G = 33.33%
B = 60%

CMYK

 C value IS 0.89

 M value IS 0.44

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#1A82EA (or 0x1A82EA) is known color: Dodger Blue. HEX triplet: 1A, 82 and EA. RGB value is (26,130,234). Sum of RGB (Red+Green+Blue) = 26+130+234=390 (51% of max value = 765). Red value is 26 (10.55% from 255 or 6.67% from 390); Green value is 130 (51.17% from 255 or 33.33% from 390); Blue value is 234 (91.80% from 255 or 60% from 390); Max value from RGB is 234 - color contains mainly: blue. Hex color #1A82EA is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #1A82EA is #E57D15. Grayscale: #6E6E6E. Windows color (decimal): -15039766 or 15368730. OLE color: 15368730.

HSL color Cylindrical-coordinate representation of color #1A82EA: hue angle of 210º degrees, saturation: 0.83, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1A82EA is Cyan = 0.89, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 26 130 234 -
CMYK 0.89 0.44 0 0.08
HSL 210º 0.83% 0.51% -
HSV(B) 210º 0.89% 0.92% -
XYZ 23.26 22.13 80.89 -
YUV 110.76 197.54 67.54 -
System Red Green Blue C M Y K H S L
Decimal 26 130 234 0.89 0.44 0 0.08 210 0.83 0.51
Hex 1A 82 EA 59 2C 0 8 D2 53 33
Octal 32 202 352 131 54 0 10 322 123 63
Binary 11010 10000010 11101010 1011001 101100 0 1000 11010010 1010011 110011

Color Harmonies of #1A82EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1A82EA

Black with #1A82EA

Text Example


Text Example

White with #1A82EA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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