Html Css Color HEX #1AACF0 Dodger Blue

📋 copy color: '#1AACF0'

red 26 ◦ green 172 ◦ blue 240

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

Shades of Dodger Blue #1AACF0

Tints of Dodger Blue #1AACF0

RGB

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

 GREEN value IS 172 (67.58% from 255) = 39.27%

 BLUE value IS 240 (94.14% from 255) = 54.79%

R = 5.94%
G = 39.27%
B = 54.79%

CMYK

 C value IS 0.89

 M value IS 0.28

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#1AACF0 (or 0x1AACF0) is known color: Dodger Blue. HEX triplet: 1A, AC and F0. RGB value is (26,172,240). Sum of RGB (Red+Green+Blue) = 26+172+240=438 (58% of max value = 765). Red value is 26 (10.55% from 255 or 5.94% from 438); Green value is 172 (67.58% from 255 or 39.27% from 438); Blue value is 240 (94.14% from 255 or 54.79% from 438); Max value from RGB is 240 - color contains mainly: blue. Hex color #1AACF0 is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #1AACF0 is #E5530F. Grayscale: #878787. Windows color (decimal): -15029008 or 15772698. OLE color: 15772698.

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

Color convert

RGB 26 172 240 -
CMYK 0.89 0.28 0 0.06
HSL 199.07º 0.88% 0.52% -
HSV(B) 199.07º 0.89% 0.94% -
XYZ 30.91 36.02 87.76 -
YUV 136.1 186.63 49.47 -
System Red Green Blue C M Y K H S L
Decimal 26 172 240 0.89 0.28 0 0.06 199.07 0.88 0.52
Hex 1A AC F0 59 1C 0 6 C7 58 34
Octal 32 254 360 131 34 0 6 307 130 64
Binary 11010 10101100 11110000 1011001 11100 0 110 11000111 1011000 110100

Color Harmonies of #1AACF0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1AACF0

Black with #1AACF0

Text Example


Text Example

White with #1AACF0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(26,172,240); }

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

background-color css

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

 a { background-color: rgb(26,172,240); }

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

border-color css

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

 span { border-color: rgb(26,172,240); }

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