Html Css Color HEX #1AA5F0 Dodger Blue

📋 copy color: '#1AA5F0'

red 26 ◦ green 165 ◦ blue 240

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

Shades of Dodger Blue #1AA5F0

Tints of Dodger Blue #1AA5F0

RGB

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

 GREEN value IS 165 (64.84% from 255) = 38.28%

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

R = 6.03%
G = 38.28%
B = 55.68%

CMYK

 C value IS 0.89

 M value IS 0.31

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#1AA5F0 (or 0x1AA5F0) is known color: Dodger Blue. HEX triplet: 1A, A5 and F0. RGB value is (26,165,240). Sum of RGB (Red+Green+Blue) = 26+165+240=431 (57% of max value = 765). Red value is 26 (10.55% from 255 or 6.03% from 431); Green value is 165 (64.84% from 255 or 38.28% from 431); Blue value is 240 (94.14% from 255 or 55.68% from 431); Max value from RGB is 240 - color contains mainly: blue. Hex color #1AA5F0 is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #1AA5F0 is #E55A0F. Grayscale: #838383. Windows color (decimal): -15030800 or 15770906. OLE color: 15770906.

HSL color Cylindrical-coordinate representation of color #1AA5F0: hue angle of 201.03º 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 #1AA5F0 is Cyan = 0.89, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 26 165 240 -
CMYK 0.89 0.31 0 0.06
HSL 201.03º 0.88% 0.52% -
HSV(B) 201.03º 0.89% 0.94% -
XYZ 29.61 33.42 87.33 -
YUV 131.99 188.95 52.4 -
System Red Green Blue C M Y K H S L
Decimal 26 165 240 0.89 0.31 0 0.06 201.03 0.88 0.52
Hex 1A A5 F0 59 1F 0 6 C9 58 34
Octal 32 245 360 131 37 0 6 311 130 64
Binary 11010 10100101 11110000 1011001 11111 0 110 11001001 1011000 110100

Color Harmonies of #1AA5F0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1AA5F0

Black with #1AA5F0

Text Example


Text Example

White with #1AA5F0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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