Html Css Color HEX #1A6DFC Dodger Blue

📋 copy color: '#1A6DFC'

red 26 ◦ green 109 ◦ blue 252

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

Shades of Dodger Blue #1A6DFC

Tints of Dodger Blue #1A6DFC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 65.12%

R = 6.72%
G = 28.17%
B = 65.12%

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

#1A6DFC (or 0x1A6DFC) is known color: Dodger Blue. HEX triplet: 1A, 6D and FC. RGB value is (26,109,252). Sum of RGB (Red+Green+Blue) = 26+109+252=387 (51% of max value = 765). Red value is 26 (10.55% from 255 or 6.72% from 387); Green value is 109 (42.97% from 255 or 28.17% from 387); Blue value is 252 (98.83% from 255 or 65.12% from 387); Max value from RGB is 252 - color contains mainly: blue. Hex color #1A6DFC is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #1A6DFC is #E59203. Grayscale: #636363. Windows color (decimal): -15045124 or 16543002. OLE color: 16543002.

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

Color convert

RGB 26 109 252 -
CMYK 0.90 0.57 0 0.01
HSL 217.96º 0.97% 0.55% -
HSV(B) 217.96º 0.9% 0.99% -
XYZ 23.47 18.19 94.37 -
YUV 100.49 213.5 74.87 -
System Red Green Blue C M Y K H S L
Decimal 26 109 252 0.90 0.57 0 0.01 217.96 0.97 0.55
Hex 1A 6D FC 5A 39 0 1 DA 61 37
Octal 32 155 374 132 71 0 1 332 141 67
Binary 11010 1101101 11111100 1011010 111001 0 1 11011010 1100001 110111

Color Harmonies of #1A6DFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1A6DFC

Black with #1A6DFC

Text Example


Text Example

White with #1A6DFC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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