Html Css Color HEX #1A6EEF Dodger Blue

📋 copy color: '#1A6EEF'

red 26 ◦ green 110 ◦ blue 239

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

Shades of Dodger Blue #1A6EEF

Tints of Dodger Blue #1A6EEF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 63.73%

R = 6.93%
G = 29.33%
B = 63.73%

CMYK

 C value IS 0.89

 M value IS 0.54

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#1A6EEF (or 0x1A6EEF) is known color: Dodger Blue. HEX triplet: 1A, 6E and EF. RGB value is (26,110,239). Sum of RGB (Red+Green+Blue) = 26+110+239=375 (49% of max value = 765). Red value is 26 (10.55% from 255 or 6.93% from 375); Green value is 110 (43.36% from 255 or 29.33% from 375); Blue value is 239 (93.75% from 255 or 63.73% from 375); Max value from RGB is 239 - color contains mainly: blue. Hex color #1A6EEF is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #1A6EEF is #E59110. Grayscale: #626262. Windows color (decimal): -15044881 or 15691290. OLE color: 15691290.

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

Color convert

RGB 26 110 239 -
CMYK 0.89 0.54 0 0.06
HSL 216.34º 0.87% 0.52% -
HSV(B) 216.34º 0.89% 0.94% -
XYZ 21.58 17.6 83.92 -
YUV 99.59 206.67 75.51 -
System Red Green Blue C M Y K H S L
Decimal 26 110 239 0.89 0.54 0 0.06 216.34 0.87 0.52
Hex 1A 6E EF 59 36 0 6 D8 57 34
Octal 32 156 357 131 66 0 6 330 127 64
Binary 11010 1101110 11101111 1011001 110110 0 110 11011000 1010111 110100

Color Harmonies of #1A6EEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1A6EEF

Black with #1A6EEF

Text Example


Text Example

White with #1A6EEF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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