Html Css Color HEX #1A6AFE Dodger Blue

📋 copy color: '#1A6AFE'

red 26 ◦ green 106 ◦ blue 254

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

Shades of Dodger Blue #1A6AFE

Tints of Dodger Blue #1A6AFE

RGB

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

 GREEN value IS 106 (41.8% from 255) = 27.46%

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

R = 6.74%
G = 27.46%
B = 65.8%

CMYK

 C value IS 0.90

 M value IS 0.58

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#1A6AFE (or 0x1A6AFE) is known color: Dodger Blue. HEX triplet: 1A, 6A and FE. RGB value is (26,106,254). Sum of RGB (Red+Green+Blue) = 26+106+254=386 (51% of max value = 765). Red value is 26 (10.55% from 255 or 6.74% from 386); Green value is 106 (41.80% from 255 or 27.46% from 386); Blue value is 254 (99.61% from 255 or 65.80% from 386); Max value from RGB is 254 - color contains mainly: blue. Hex color #1A6AFE is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #1A6AFE is #E59501. Grayscale: #626262. Windows color (decimal): -15045890 or 16673306. OLE color: 16673306.

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

Color convert

RGB 26 106 254 -
CMYK 0.90 0.58 0 0.00
HSL 218.95º 0.99% 0.55% -
HSV(B) 218.95º 0.9% 1% -
XYZ 23.47 17.68 95.94 -
YUV 98.95 215.5 75.97 -
System Red Green Blue C M Y K H S L
Decimal 26 106 254 0.90 0.58 0 0.00 218.95 0.99 0.55
Hex 1A 6A FE 5A 3A 0 0 DB 63 37
Octal 32 152 376 132 72 0 0 333 143 67
Binary 11010 1101010 11111110 1011010 111010 0 0 11011011 1100011 110111

Color Harmonies of #1A6AFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1A6AFE

Black with #1A6AFE

Text Example


Text Example

White with #1A6AFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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