Html Css Color HEX #1A8CFE Dodger Blue

📋 copy color: '#1A8CFE'

red 26 ◦ green 140 ◦ blue 254

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

Shades of Dodger Blue #1A8CFE

Tints of Dodger Blue #1A8CFE

RGB

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

 GREEN value IS 140 (55.08% from 255) = 33.33%

 BLUE value IS 254 (99.61% from 255) = 60.48%

R = 6.19%
G = 33.33%
B = 60.48%

CMYK

 C value IS 0.90

 M value IS 0.45

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#1A8CFE (or 0x1A8CFE) is known color: Dodger Blue. HEX triplet: 1A, 8C and FE. RGB value is (26,140,254). Sum of RGB (Red+Green+Blue) = 26+140+254=420 (55% of max value = 765). Red value is 26 (10.55% from 255 or 6.19% from 420); Green value is 140 (55.08% from 255 or 33.33% from 420); Blue value is 254 (99.61% from 255 or 60.48% from 420); Max value from RGB is 254 - color contains mainly: blue. Hex color #1A8CFE is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #1A8CFE is #E57301. Grayscale: #767676. Windows color (decimal): -15037186 or 16682010. OLE color: 16682010.

HSL color Cylindrical-coordinate representation of color #1A8CFE: hue angle of 210º degrees, saturation: 0.99, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1A8CFE is Cyan = 0.90, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 26 140 254 -
CMYK 0.90 0.45 0 0.00
HSL 210º 0.99% 0.55% -
HSV(B) 210º 0.9% 1% -
XYZ 27.69 26.13 97.35 -
YUV 118.91 204.23 61.73 -
System Red Green Blue C M Y K H S L
Decimal 26 140 254 0.90 0.45 0 0.00 210 0.99 0.55
Hex 1A 8C FE 5A 2D 0 0 D2 63 37
Octal 32 214 376 132 55 0 0 322 143 67
Binary 11010 10001100 11111110 1011010 101101 0 0 11010010 1100011 110111

Color Harmonies of #1A8CFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1A8CFE

Black with #1A8CFE

Text Example


Text Example

White with #1A8CFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(26,140,254); }

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

background-color css

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

 a { background-color: rgb(26,140,254); }

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

border-color css

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

 span { border-color: rgb(26,140,254); }

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