Html Css Color HEX #1A86FA Dodger Blue

📋 copy color: '#1A86FA'

red 26 ◦ green 134 ◦ blue 250

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

Shades of Dodger Blue #1A86FA

Tints of Dodger Blue #1A86FA

RGB

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

 GREEN value IS 134 (52.73% from 255) = 32.68%

 BLUE value IS 250 (98.05% from 255) = 60.98%

R = 6.34%
G = 32.68%
B = 60.98%

CMYK

 C value IS 0.90

 M value IS 0.46

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#1A86FA (or 0x1A86FA) is known color: Dodger Blue. HEX triplet: 1A, 86 and FA. RGB value is (26,134,250). Sum of RGB (Red+Green+Blue) = 26+134+250=410 (54% of max value = 765). Red value is 26 (10.55% from 255 or 6.34% from 410); Green value is 134 (52.73% from 255 or 32.68% from 410); Blue value is 250 (98.05% from 255 or 60.98% from 410); Max value from RGB is 250 - color contains mainly: blue. Hex color #1A86FA is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #1A86FA is #E57905. Grayscale: #727272. Windows color (decimal): -15038726 or 16418330. OLE color: 16418330.

HSL color Cylindrical-coordinate representation of color #1A86FA: hue angle of 211.07º degrees, saturation: 0.96, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1A86FA is Cyan = 0.90, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 26 134 250 -
CMYK 0.90 0.46 0 0.02
HSL 211.07º 0.96% 0.54% -
HSV(B) 211.07º 0.9% 0.98% -
XYZ 26.21 24.17 93.73 -
YUV 114.93 204.22 64.57 -
System Red Green Blue C M Y K H S L
Decimal 26 134 250 0.90 0.46 0 0.02 211.07 0.96 0.54
Hex 1A 86 FA 5A 2E 0 2 D3 60 36
Octal 32 206 372 132 56 0 2 323 140 66
Binary 11010 10000110 11111010 1011010 101110 0 10 11010011 1100000 110110

Color Harmonies of #1A86FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1A86FA

Black with #1A86FA

Text Example


Text Example

White with #1A86FA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(26,134,250); }

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

background-color css

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

 a { background-color: rgb(26,134,250); }

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

border-color css

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

 span { border-color: rgb(26,134,250); }

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