Html Css Color HEX #1A6DFD Dodger Blue

📋 copy color: '#1A6DFD'

red 26 ◦ green 109 ◦ blue 253

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

Shades of Dodger Blue #1A6DFD

Tints of Dodger Blue #1A6DFD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 65.21%

R = 6.7%
G = 28.09%
B = 65.21%

CMYK

 C value IS 0.90

 M value IS 0.57

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#1A6DFD (or 0x1A6DFD) is known color: Dodger Blue. HEX triplet: 1A, 6D and FD. RGB value is (26,109,253). Sum of RGB (Red+Green+Blue) = 26+109+253=388 (51% of max value = 765). Red value is 26 (10.55% from 255 or 6.70% from 388); Green value is 109 (42.97% from 255 or 28.09% from 388); Blue value is 253 (99.22% from 255 or 65.21% from 388); Max value from RGB is 253 - color contains mainly: blue. Hex color #1A6DFD is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #1A6DFD is #E59202. Grayscale: #636363. Windows color (decimal): -15045123 or 16608538. OLE color: 16608538.

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

Color convert

RGB 26 109 253 -
CMYK 0.90 0.57 0 0.01
HSL 218.06º 0.98% 0.55% -
HSV(B) 218.06º 0.9% 0.99% -
XYZ 23.62 18.25 95.21 -
YUV 100.6 214 74.79 -
System Red Green Blue C M Y K H S L
Decimal 26 109 253 0.90 0.57 0 0.01 218.06 0.98 0.55
Hex 1A 6D FD 5A 39 0 1 DA 62 37
Octal 32 155 375 132 71 0 1 332 142 67
Binary 11010 1101101 11111101 1011010 111001 0 1 11011010 1100010 110111

Color Harmonies of #1A6DFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1A6DFD

Black with #1A6DFD

Text Example


Text Example

White with #1A6DFD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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