Html Css Color HEX #1A8EEA Dodger Blue

📋 copy color: '#1A8EEA'

red 26 ◦ green 142 ◦ blue 234

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

Shades of Dodger Blue #1A8EEA

Tints of Dodger Blue #1A8EEA

RGB

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

 GREEN value IS 142 (55.86% from 255) = 35.32%

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

R = 6.47%
G = 35.32%
B = 58.21%

CMYK

 C value IS 0.89

 M value IS 0.39

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#1A8EEA (or 0x1A8EEA) is known color: Dodger Blue. HEX triplet: 1A, 8E and EA. RGB value is (26,142,234). Sum of RGB (Red+Green+Blue) = 26+142+234=402 (53% of max value = 765). Red value is 26 (10.55% from 255 or 6.47% from 402); Green value is 142 (55.86% from 255 or 35.32% from 402); Blue value is 234 (91.80% from 255 or 58.21% from 402); Max value from RGB is 234 - color contains mainly: blue. Hex color #1A8EEA is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #1A8EEA is #E57115. Grayscale: #757575. Windows color (decimal): -15036694 or 15371802. OLE color: 15371802.

HSL color Cylindrical-coordinate representation of color #1A8EEA: hue angle of 206.54º 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 #1A8EEA is Cyan = 0.89, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 26 142 234 -
CMYK 0.89 0.39 0 0.08
HSL 206.54º 0.83% 0.51% -
HSV(B) 206.54º 0.89% 0.92% -
XYZ 24.95 25.51 81.45 -
YUV 117.8 193.57 62.52 -
System Red Green Blue C M Y K H S L
Decimal 26 142 234 0.89 0.39 0 0.08 206.54 0.83 0.51
Hex 1A 8E EA 59 27 0 8 CF 53 33
Octal 32 216 352 131 47 0 10 317 123 63
Binary 11010 10001110 11101010 1011001 100111 0 1000 11001111 1010011 110011

Color Harmonies of #1A8EEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1A8EEA

Black with #1A8EEA

Text Example


Text Example

White with #1A8EEA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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