Html Css Color HEX #1A87F9 Dodger Blue

📋 copy color: '#1A87F9'

red 26 ◦ green 135 ◦ blue 249

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

Shades of Dodger Blue #1A87F9

Tints of Dodger Blue #1A87F9

RGB

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

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

 BLUE value IS 249 (97.66% from 255) = 60.73%

R = 6.34%
G = 32.93%
B = 60.73%

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

#1A87F9 (or 0x1A87F9) is known color: Dodger Blue. HEX triplet: 1A, 87 and F9. RGB value is (26,135,249). Sum of RGB (Red+Green+Blue) = 26+135+249=410 (54% of max value = 765). Red value is 26 (10.55% from 255 or 6.34% from 410); Green value is 135 (53.12% from 255 or 32.93% from 410); Blue value is 249 (97.66% from 255 or 60.73% from 410); Max value from RGB is 249 - color contains mainly: blue. Hex color #1A87F9 is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #1A87F9 is #E57806. Grayscale: #727272. Windows color (decimal): -15038471 or 16353050. OLE color: 16353050.

HSL color Cylindrical-coordinate representation of color #1A87F9: hue angle of 210.67º degrees, saturation: 0.95, 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 #1A87F9 is Cyan = 0.90, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 26 135 249 -
CMYK 0.90 0.46 0 0.02
HSL 210.67º 0.95% 0.54% -
HSV(B) 210.67º 0.9% 0.98% -
XYZ 26.19 24.39 92.95 -
YUV 115.41 203.39 64.23 -
System Red Green Blue C M Y K H S L
Decimal 26 135 249 0.90 0.46 0 0.02 210.67 0.95 0.54
Hex 1A 87 F9 5A 2E 0 2 D3 5F 36
Octal 32 207 371 132 56 0 2 323 137 66
Binary 11010 10000111 11111001 1011010 101110 0 10 11010011 1011111 110110

Color Harmonies of #1A87F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1A87F9

Black with #1A87F9

Text Example


Text Example

White with #1A87F9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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