Html Css Color HEX #1A6DEE Dodger Blue

📋 copy color: '#1A6DEE'

red 26 ◦ green 109 ◦ blue 238

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

Shades of Dodger Blue #1A6DEE

Tints of Dodger Blue #1A6DEE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 63.81%

R = 6.97%
G = 29.22%
B = 63.81%

CMYK

 C value IS 0.89

 M value IS 0.54

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#1A6DEE (or 0x1A6DEE) is known color: Dodger Blue. HEX triplet: 1A, 6D and EE. RGB value is (26,109,238). Sum of RGB (Red+Green+Blue) = 26+109+238=373 (49% of max value = 765). Red value is 26 (10.55% from 255 or 6.97% from 373); Green value is 109 (42.97% from 255 or 29.22% from 373); Blue value is 238 (93.36% from 255 or 63.81% from 373); Max value from RGB is 238 - color contains mainly: blue. Hex color #1A6DEE is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #1A6DEE is #E59211. Grayscale: #626262. Windows color (decimal): -15045138 or 15625498. OLE color: 15625498.

HSL color Cylindrical-coordinate representation of color #1A6DEE: hue angle of 216.51º degrees, saturation: 0.86, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1A6DEE is Cyan = 0.89, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 26 109 238 -
CMYK 0.89 0.54 0 0.07
HSL 216.51º 0.86% 0.52% -
HSV(B) 216.51º 0.89% 0.93% -
XYZ 21.33 17.33 83.11 -
YUV 98.89 206.5 76.01 -
System Red Green Blue C M Y K H S L
Decimal 26 109 238 0.89 0.54 0 0.07 216.51 0.86 0.52
Hex 1A 6D EE 59 36 0 7 D9 56 34
Octal 32 155 356 131 66 0 7 331 126 64
Binary 11010 1101101 11101110 1011001 110110 0 111 11011001 1010110 110100

Color Harmonies of #1A6DEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1A6DEE

Black with #1A6DEE

Text Example


Text Example

White with #1A6DEE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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