Html Css Color HEX #1A9FF5 Dodger Blue

📋 copy color: '#1A9FF5'

red 26 ◦ green 159 ◦ blue 245

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

Shades of Dodger Blue #1A9FF5

Tints of Dodger Blue #1A9FF5

RGB

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

 GREEN value IS 159 (62.5% from 255) = 36.98%

 BLUE value IS 245 (96.09% from 255) = 56.98%

R = 6.05%
G = 36.98%
B = 56.98%

CMYK

 C value IS 0.89

 M value IS 0.35

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#1A9FF5 (or 0x1A9FF5) is known color: Dodger Blue. HEX triplet: 1A, 9F and F5. RGB value is (26,159,245). Sum of RGB (Red+Green+Blue) = 26+159+245=430 (56% of max value = 765). Red value is 26 (10.55% from 255 or 6.05% from 430); Green value is 159 (62.5% from 255 or 36.98% from 430); Blue value is 245 (96.09% from 255 or 56.98% from 430); Max value from RGB is 245 - color contains mainly: blue. Hex color #1A9FF5 is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #1A9FF5 is #E5600A. Grayscale: #808080. Windows color (decimal): -15032331 or 16097050. OLE color: 16097050.

HSL color Cylindrical-coordinate representation of color #1A9FF5: hue angle of 203.56º degrees, saturation: 0.92, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1A9FF5 is Cyan = 0.89, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 26 159 245 -
CMYK 0.89 0.35 0 0.04
HSL 203.56º 0.92% 0.53% -
HSV(B) 203.56º 0.89% 0.96% -
XYZ 29.31 31.61 90.94 -
YUV 129.04 193.44 54.51 -
System Red Green Blue C M Y K H S L
Decimal 26 159 245 0.89 0.35 0 0.04 203.56 0.92 0.53
Hex 1A 9F F5 59 23 0 4 CC 5C 35
Octal 32 237 365 131 43 0 4 314 134 65
Binary 11010 10011111 11110101 1011001 100011 0 100 11001100 1011100 110101

Color Harmonies of #1A9FF5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1A9FF5

Black with #1A9FF5

Text Example


Text Example

White with #1A9FF5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(26,159,245); }

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

background-color css

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

 a { background-color: rgb(26,159,245); }

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

border-color css

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

 span { border-color: rgb(26,159,245); }

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