Html Css Color HEX #1A6FEE Dodger Blue

📋 copy color: '#1A6FEE'

red 26 ◦ green 111 ◦ blue 238

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

Shades of Dodger Blue #1A6FEE

Tints of Dodger Blue #1A6FEE

RGB

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

 GREEN value IS 111 (43.75% from 255) = 29.6%

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

R = 6.93%
G = 29.6%
B = 63.47%

CMYK

 C value IS 0.89

 M value IS 0.53

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#1A6FEE (or 0x1A6FEE) is known color: Dodger Blue. HEX triplet: 1A, 6F and EE. RGB value is (26,111,238). Sum of RGB (Red+Green+Blue) = 26+111+238=375 (49% of max value = 765). Red value is 26 (10.55% from 255 or 6.93% from 375); Green value is 111 (43.75% from 255 or 29.6% from 375); Blue value is 238 (93.36% from 255 or 63.47% from 375); Max value from RGB is 238 - color contains mainly: blue. Hex color #1A6FEE is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #1A6FEE is #E59011. Grayscale: #636363. Windows color (decimal): -15044626 or 15626010. OLE color: 15626010.

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

Color convert

RGB 26 111 238 -
CMYK 0.89 0.53 0 0.07
HSL 215.94º 0.86% 0.52% -
HSV(B) 215.94º 0.89% 0.93% -
XYZ 21.54 17.76 83.18 -
YUV 100.06 205.84 75.17 -
System Red Green Blue C M Y K H S L
Decimal 26 111 238 0.89 0.53 0 0.07 215.94 0.86 0.52
Hex 1A 6F EE 59 35 0 7 D8 56 34
Octal 32 157 356 131 65 0 7 330 126 64
Binary 11010 1101111 11101110 1011001 110101 0 111 11011000 1010110 110100

Color Harmonies of #1A6FEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1A6FEE

Black with #1A6FEE

Text Example


Text Example

White with #1A6FEE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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