Html Css Color HEX #1A6EFF Dodger Blue

📋 copy color: '#1A6EFF'

red 26 ◦ green 110 ◦ blue 255

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

Shades of Dodger Blue #1A6EFF

Tints of Dodger Blue #1A6EFF

RGB

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

 GREEN value IS 110 (43.36% from 255) = 28.13%

 BLUE value IS 255 (100% from 255) = 65.22%

R = 6.65%
G = 28.13%
B = 65.22%

CMYK

 C value IS 0.90

 M value IS 0.57

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#1A6EFF (or 0x1A6EFF) is known color: Dodger Blue. HEX triplet: 1A, 6E and FF. RGB value is (26,110,255). Sum of RGB (Red+Green+Blue) = 26+110+255=391 (51% of max value = 765). Red value is 26 (10.55% from 255 or 6.65% from 391); Green value is 110 (43.36% from 255 or 28.13% from 391); Blue value is 255 (100% from 255 or 65.22% from 391); Max value from RGB is 255 - color contains mainly: blue. Hex color #1A6EFF is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #1A6EFF is #E59100. Grayscale: #646464. Windows color (decimal): -15044865 or 16739866. OLE color: 16739866.

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

Color convert

RGB 26 110 255 -
CMYK 0.90 0.57 0 0
HSL 217.99º 1% 0.55% -
HSV(B) 217.99º 0.9% 1% -
XYZ 24.05 18.59 96.93 -
YUV 101.41 214.67 74.21 -
System Red Green Blue C M Y K H S L
Decimal 26 110 255 0.90 0.57 0 0 217.99 1 0.55
Hex 1A 6E FF 5A 39 0 0 DA 64 37
Octal 32 156 377 132 71 0 0 332 144 67
Binary 11010 1101110 11111111 1011010 111001 0 0 11011010 1100100 110111

Color Harmonies of #1A6EFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1A6EFF

Black with #1A6EFF

Text Example


Text Example

White with #1A6EFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(26,110,255); }

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

background-color css

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

 a { background-color: rgb(26,110,255); }

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

border-color css

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

 span { border-color: rgb(26,110,255); }

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