Html Css Color HEX #1A6DFE Dodger Blue

📋 copy color: '#1A6DFE'

red 26 ◦ green 109 ◦ blue 254

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

Shades of Dodger Blue #1A6DFE

Tints of Dodger Blue #1A6DFE

RGB

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

 GREEN value IS 109 (42.97% from 255) = 28.02%

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

R = 6.68%
G = 28.02%
B = 65.3%

CMYK

 C value IS 0.90

 M value IS 0.57

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#1A6DFE (or 0x1A6DFE) is known color: Dodger Blue. HEX triplet: 1A, 6D and FE. RGB value is (26,109,254). Sum of RGB (Red+Green+Blue) = 26+109+254=389 (51% of max value = 765). Red value is 26 (10.55% from 255 or 6.68% from 389); Green value is 109 (42.97% from 255 or 28.02% from 389); Blue value is 254 (99.61% from 255 or 65.30% from 389); Max value from RGB is 254 - color contains mainly: blue. Hex color #1A6DFE is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #1A6DFE is #E59201. Grayscale: #646464. Windows color (decimal): -15045122 or 16674074. OLE color: 16674074.

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

Color convert

RGB 26 109 254 -
CMYK 0.90 0.57 0 0.00
HSL 218.16º 0.99% 0.55% -
HSV(B) 218.16º 0.9% 1% -
XYZ 23.78 18.31 96.05 -
YUV 100.71 214.5 74.71 -
System Red Green Blue C M Y K H S L
Decimal 26 109 254 0.90 0.57 0 0.00 218.16 0.99 0.55
Hex 1A 6D FE 5A 39 0 0 DA 63 37
Octal 32 155 376 132 71 0 0 332 143 67
Binary 11010 1101101 11111110 1011010 111001 0 0 11011010 1100011 110111

Color Harmonies of #1A6DFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1A6DFE

Black with #1A6DFE

Text Example


Text Example

White with #1A6DFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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