Html Css Color HEX #1A6BEE Dodger Blue

📋 copy color: '#1A6BEE'

red 26 ◦ green 107 ◦ blue 238

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

Shades of Dodger Blue #1A6BEE

Tints of Dodger Blue #1A6BEE

RGB

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

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

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

R = 7.01%
G = 28.84%
B = 64.15%

CMYK

 C value IS 0.89

 M value IS 0.55

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#1A6BEE (or 0x1A6BEE) is known color: Dodger Blue. HEX triplet: 1A, 6B and EE. RGB value is (26,107,238). Sum of RGB (Red+Green+Blue) = 26+107+238=371 (49% of max value = 765). Red value is 26 (10.55% from 255 or 7.01% from 371); Green value is 107 (42.19% from 255 or 28.84% from 371); Blue value is 238 (93.36% from 255 or 64.15% from 371); Max value from RGB is 238 - color contains mainly: blue. Hex color #1A6BEE is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #1A6BEE is #E59411. Grayscale: #616161. Windows color (decimal): -15045650 or 15624986. OLE color: 15624986.

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

Color convert

RGB 26 107 238 -
CMYK 0.89 0.55 0 0.07
HSL 217.08º 0.86% 0.52% -
HSV(B) 217.08º 0.89% 0.93% -
XYZ 21.12 16.91 83.04 -
YUV 97.72 207.16 76.85 -
System Red Green Blue C M Y K H S L
Decimal 26 107 238 0.89 0.55 0 0.07 217.08 0.86 0.52
Hex 1A 6B EE 59 37 0 7 D9 56 34
Octal 32 153 356 131 67 0 7 331 126 64
Binary 11010 1101011 11101110 1011001 110111 0 111 11011001 1010110 110100

Color Harmonies of #1A6BEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1A6BEE

Black with #1A6BEE

Text Example


Text Example

White with #1A6BEE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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