Html Css Color HEX #1A89DD Dodger Blue

📋 copy color: '#1A89DD'

red 26 ◦ green 137 ◦ blue 221

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

Shades of Dodger Blue #1A89DD

Tints of Dodger Blue #1A89DD

RGB

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

 GREEN value IS 137 (53.91% from 255) = 35.68%

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

R = 6.77%
G = 35.68%
B = 57.55%

CMYK

 C value IS 0.88

 M value IS 0.38

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#1A89DD (or 0x1A89DD) is known color: Dodger Blue. HEX triplet: 1A, 89 and DD. RGB value is (26,137,221). Sum of RGB (Red+Green+Blue) = 26+137+221=384 (50% of max value = 765). Red value is 26 (10.55% from 255 or 6.77% from 384); Green value is 137 (53.91% from 255 or 35.68% from 384); Blue value is 221 (86.72% from 255 or 57.55% from 384); Max value from RGB is 221 - color contains mainly: blue. Hex color #1A89DD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #1A89DD is #E57622. Grayscale: #707070. Windows color (decimal): -15037987 or 14518554. OLE color: 14518554.

HSL color Cylindrical-coordinate representation of color #1A89DD: hue angle of 205.85º 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 #1A89DD is Cyan = 0.88, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 26 137 221 -
CMYK 0.88 0.38 0 0.13
HSL 205.85º 0.79% 0.48% -
HSV(B) 205.85º 0.88% 0.87% -
XYZ 22.42 23.33 71.73 -
YUV 113.39 188.73 65.67 -
System Red Green Blue C M Y K H S L
Decimal 26 137 221 0.88 0.38 0 0.13 205.85 0.79 0.48
Hex 1A 89 DD 58 26 0 D CE 4F 30
Octal 32 211 335 130 46 0 15 316 117 60
Binary 11010 10001001 11011101 1011000 100110 0 1101 11001110 1001111 110000

Color Harmonies of #1A89DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1A89DD

Black with #1A89DD

Text Example


Text Example

White with #1A89DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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