Html Css Color HEX #1A8FDD Dodger Blue

📋 copy color: '#1A8FDD'

red 26 ◦ green 143 ◦ blue 221

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

Shades of Dodger Blue #1A8FDD

Tints of Dodger Blue #1A8FDD

RGB

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

 GREEN value IS 143 (56.25% from 255) = 36.67%

 BLUE value IS 221 (86.72% from 255) = 56.67%

R = 6.67%
G = 36.67%
B = 56.67%

CMYK

 C value IS 0.88

 M value IS 0.35

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#1A8FDD (or 0x1A8FDD) is known color: Dodger Blue. HEX triplet: 1A, 8F and DD. RGB value is (26,143,221). Sum of RGB (Red+Green+Blue) = 26+143+221=390 (51% of max value = 765). Red value is 26 (10.55% from 255 or 6.67% from 390); Green value is 143 (56.25% from 255 or 36.67% from 390); Blue value is 221 (86.72% from 255 or 56.67% from 390); Max value from RGB is 221 - color contains mainly: blue. Hex color #1A8FDD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #1A8FDD is #E57022. Grayscale: #747474. Windows color (decimal): -15036451 or 14520090. OLE color: 14520090.

HSL color Cylindrical-coordinate representation of color #1A8FDD: hue angle of 204º degrees, saturation: 0.79, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1A8FDD is Cyan = 0.88, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 26 143 221 -
CMYK 0.88 0.35 0 0.13
HSL 204º 0.79% 0.48% -
HSV(B) 204º 0.88% 0.87% -
XYZ 23.3 25.08 72.02 -
YUV 116.91 186.74 63.16 -
System Red Green Blue C M Y K H S L
Decimal 26 143 221 0.88 0.35 0 0.13 204 0.79 0.48
Hex 1A 8F DD 58 23 0 D CC 4F 30
Octal 32 217 335 130 43 0 15 314 117 60
Binary 11010 10001111 11011101 1011000 100011 0 1101 11001100 1001111 110000

Color Harmonies of #1A8FDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1A8FDD

Black with #1A8FDD

Text Example


Text Example

White with #1A8FDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(26,143,221); }

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

background-color css

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

 a { background-color: rgb(26,143,221); }

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

border-color css

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

 span { border-color: rgb(26,143,221); }

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