Html Css Color HEX #1A8BFE Dodger Blue

📋 copy color: '#1A8BFE'

red 26 ◦ green 139 ◦ blue 254

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

Shades of Dodger Blue #1A8BFE

Tints of Dodger Blue #1A8BFE

RGB

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

 GREEN value IS 139 (54.69% from 255) = 33.17%

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

R = 6.21%
G = 33.17%
B = 60.62%

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

#1A8BFE (or 0x1A8BFE) is known color: Dodger Blue. HEX triplet: 1A, 8B and FE. RGB value is (26,139,254). Sum of RGB (Red+Green+Blue) = 26+139+254=419 (55% of max value = 765). Red value is 26 (10.55% from 255 or 6.21% from 419); Green value is 139 (54.69% from 255 or 33.17% from 419); Blue value is 254 (99.61% from 255 or 60.62% from 419); Max value from RGB is 254 - color contains mainly: blue. Hex color #1A8BFE is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #1A8BFE is #E57401. Grayscale: #757575. Windows color (decimal): -15037442 or 16681754. OLE color: 16681754.

HSL color Cylindrical-coordinate representation of color #1A8BFE: hue angle of 210.26º 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 #1A8BFE is Cyan = 0.90, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 26 139 254 -
CMYK 0.90 0.45 0 0.00
HSL 210.26º 0.99% 0.55% -
HSV(B) 210.26º 0.9% 1% -
XYZ 27.55 25.84 97.3 -
YUV 118.32 204.56 62.15 -
System Red Green Blue C M Y K H S L
Decimal 26 139 254 0.90 0.45 0 0.00 210.26 0.99 0.55
Hex 1A 8B FE 5A 2D 0 0 D2 63 37
Octal 32 213 376 132 55 0 0 322 143 67
Binary 11010 10001011 11111110 1011010 101101 0 0 11010010 1100011 110111

Color Harmonies of #1A8BFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1A8BFE

Black with #1A8BFE

Text Example


Text Example

White with #1A8BFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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