Html Css Color HEX #1A6BEF Dodger Blue

📋 copy color: '#1A6BEF'

red 26 ◦ green 107 ◦ blue 239

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

Shades of Dodger Blue #1A6BEF

Tints of Dodger Blue #1A6BEF

RGB

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

 GREEN value IS 107 (42.19% from 255) = 28.76%

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

R = 6.99%
G = 28.76%
B = 64.25%

CMYK

 C value IS 0.89

 M value IS 0.55

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#1A6BEF (or 0x1A6BEF) is known color: Dodger Blue. HEX triplet: 1A, 6B and EF. RGB value is (26,107,239). Sum of RGB (Red+Green+Blue) = 26+107+239=372 (49% of max value = 765). Red value is 26 (10.55% from 255 or 6.99% from 372); Green value is 107 (42.19% from 255 or 28.76% from 372); Blue value is 239 (93.75% from 255 or 64.25% from 372); Max value from RGB is 239 - color contains mainly: blue. Hex color #1A6BEF is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #1A6BEF is #E59410. Grayscale: #616161. Windows color (decimal): -15045649 or 15690522. OLE color: 15690522.

HSL color Cylindrical-coordinate representation of color #1A6BEF: hue angle of 217.18º 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 #1A6BEF is Cyan = 0.89, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 26 107 239 -
CMYK 0.89 0.55 0 0.06
HSL 217.18º 0.87% 0.52% -
HSV(B) 217.18º 0.89% 0.94% -
XYZ 21.26 16.97 83.82 -
YUV 97.83 207.66 76.77 -
System Red Green Blue C M Y K H S L
Decimal 26 107 239 0.89 0.55 0 0.06 217.18 0.87 0.52
Hex 1A 6B EF 59 37 0 6 D9 57 34
Octal 32 153 357 131 67 0 6 331 127 64
Binary 11010 1101011 11101111 1011001 110111 0 110 11011001 1010111 110100

Color Harmonies of #1A6BEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1A6BEF

Black with #1A6BEF

Text Example


Text Example

White with #1A6BEF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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