Html Css Color HEX #1A87FF Dodger Blue

📋 copy color: '#1A87FF'

red 26 ◦ green 135 ◦ blue 255

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

Shades of Dodger Blue #1A87FF

Tints of Dodger Blue #1A87FF

RGB

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

 GREEN value IS 135 (53.13% from 255) = 32.45%

 BLUE value IS 255 (100% from 255) = 61.3%

R = 6.25%
G = 32.45%
B = 61.3%

CMYK

 C value IS 0.90

 M value IS 0.47

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#1A87FF (or 0x1A87FF) is known color: Dodger Blue. HEX triplet: 1A, 87 and FF. RGB value is (26,135,255). Sum of RGB (Red+Green+Blue) = 26+135+255=416 (55% of max value = 765). Red value is 26 (10.55% from 255 or 6.25% from 416); Green value is 135 (53.12% from 255 or 32.45% from 416); Blue value is 255 (100% from 255 or 61.30% from 416); Max value from RGB is 255 - color contains mainly: blue. Hex color #1A87FF is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #1A87FF is #E57800. Grayscale: #737373. Windows color (decimal): -15038465 or 16746266. OLE color: 16746266.

HSL color Cylindrical-coordinate representation of color #1A87FF: hue angle of 211.44º degrees, saturation: 1, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1A87FF is Cyan = 0.90, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 26 135 255 -
CMYK 0.90 0.47 0 0
HSL 211.44º 1% 0.55% -
HSV(B) 211.44º 0.9% 1% -
XYZ 27.14 24.77 97.96 -
YUV 116.09 206.39 63.74 -
System Red Green Blue C M Y K H S L
Decimal 26 135 255 0.90 0.47 0 0 211.44 1 0.55
Hex 1A 87 FF 5A 2F 0 0 D3 64 37
Octal 32 207 377 132 57 0 0 323 144 67
Binary 11010 10000111 11111111 1011010 101111 0 0 11010011 1100100 110111

Color Harmonies of #1A87FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1A87FF

Black with #1A87FF

Text Example


Text Example

White with #1A87FF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(26,135,255); }

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

background-color css

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

 a { background-color: rgb(26,135,255); }

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

border-color css

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

 span { border-color: rgb(26,135,255); }

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