Html Css Color HEX #1A8EFA Dodger Blue

📋 copy color: '#1A8EFA'

red 26 ◦ green 142 ◦ blue 250

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

Shades of Dodger Blue #1A8EFA

Tints of Dodger Blue #1A8EFA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 59.81%

R = 6.22%
G = 33.97%
B = 59.81%

CMYK

 C value IS 0.90

 M value IS 0.43

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#1A8EFA (or 0x1A8EFA) is known color: Dodger Blue. HEX triplet: 1A, 8E and FA. RGB value is (26,142,250). Sum of RGB (Red+Green+Blue) = 26+142+250=418 (55% of max value = 765). Red value is 26 (10.55% from 255 or 6.22% from 418); Green value is 142 (55.86% from 255 or 33.97% from 418); Blue value is 250 (98.05% from 255 or 59.81% from 418); Max value from RGB is 250 - color contains mainly: blue. Hex color #1A8EFA is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #1A8EFA is #E57105. Grayscale: #777777. Windows color (decimal): -15036678 or 16420378. OLE color: 16420378.

HSL color Cylindrical-coordinate representation of color #1A8EFA: hue angle of 208.93º degrees, saturation: 0.96, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1A8EFA is Cyan = 0.90, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 26 142 250 -
CMYK 0.90 0.43 0 0.02
HSL 208.93º 0.96% 0.54% -
HSV(B) 208.93º 0.9% 0.98% -
XYZ 27.35 26.47 94.11 -
YUV 119.63 201.57 61.22 -
System Red Green Blue C M Y K H S L
Decimal 26 142 250 0.90 0.43 0 0.02 208.93 0.96 0.54
Hex 1A 8E FA 5A 2B 0 2 D1 60 36
Octal 32 216 372 132 53 0 2 321 140 66
Binary 11010 10001110 11111010 1011010 101011 0 10 11010001 1100000 110110

Color Harmonies of #1A8EFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1A8EFA

Black with #1A8EFA

Text Example


Text Example

White with #1A8EFA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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