Html Css Color HEX #1AABF1 Dodger Blue

📋 copy color: '#1AABF1'

red 26 ◦ green 171 ◦ blue 241

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

Shades of Dodger Blue #1AABF1

Tints of Dodger Blue #1AABF1

RGB

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

 GREEN value IS 171 (67.19% from 255) = 39.04%

 BLUE value IS 241 (94.53% from 255) = 55.02%

R = 5.94%
G = 39.04%
B = 55.02%

CMYK

 C value IS 0.89

 M value IS 0.29

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#1AABF1 (or 0x1AABF1) is known color: Dodger Blue. HEX triplet: 1A, AB and F1. RGB value is (26,171,241). Sum of RGB (Red+Green+Blue) = 26+171+241=438 (58% of max value = 765). Red value is 26 (10.55% from 255 or 5.94% from 438); Green value is 171 (67.19% from 255 or 39.04% from 438); Blue value is 241 (94.53% from 255 or 55.02% from 438); Max value from RGB is 241 - color contains mainly: blue. Hex color #1AABF1 is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #1AABF1 is #E5540E. Grayscale: #878787. Windows color (decimal): -15029263 or 15837978. OLE color: 15837978.

HSL color Cylindrical-coordinate representation of color #1AABF1: hue angle of 199.53º degrees, saturation: 0.88, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1AABF1 is Cyan = 0.89, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 26 171 241 -
CMYK 0.89 0.29 0 0.05
HSL 199.53º 0.88% 0.52% -
HSV(B) 199.53º 0.89% 0.95% -
XYZ 30.87 35.7 88.48 -
YUV 135.63 187.46 49.81 -
System Red Green Blue C M Y K H S L
Decimal 26 171 241 0.89 0.29 0 0.05 199.53 0.88 0.52
Hex 1A AB F1 59 1D 0 5 C8 58 34
Octal 32 253 361 131 35 0 5 310 130 64
Binary 11010 10101011 11110001 1011001 11101 0 101 11001000 1011000 110100

Color Harmonies of #1AABF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1AABF1

Black with #1AABF1

Text Example


Text Example

White with #1AABF1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(26,171,241); }

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

background-color css

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

 a { background-color: rgb(26,171,241); }

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

border-color css

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

 span { border-color: rgb(26,171,241); }

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