Html Css Color HEX #1A9FEB Dodger Blue

📋 copy color: '#1A9FEB'

red 26 ◦ green 159 ◦ blue 235

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

Shades of Dodger Blue #1A9FEB

Tints of Dodger Blue #1A9FEB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 55.95%

R = 6.19%
G = 37.86%
B = 55.95%

CMYK

 C value IS 0.89

 M value IS 0.32

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#1A9FEB (or 0x1A9FEB) is known color: Dodger Blue. HEX triplet: 1A, 9F and EB. RGB value is (26,159,235). Sum of RGB (Red+Green+Blue) = 26+159+235=420 (55% of max value = 765). Red value is 26 (10.55% from 255 or 6.19% from 420); Green value is 159 (62.5% from 255 or 37.86% from 420); Blue value is 235 (92.19% from 255 or 55.95% from 420); Max value from RGB is 235 - color contains mainly: blue. Hex color #1A9FEB is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #1A9FEB is #E56014. Grayscale: #7F7F7F. Windows color (decimal): -15032341 or 15441690. OLE color: 15441690.

HSL color Cylindrical-coordinate representation of color #1A9FEB: hue angle of 201.82º degrees, saturation: 0.84, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1A9FEB is Cyan = 0.89, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 26 159 235 -
CMYK 0.89 0.32 0 0.08
HSL 201.82º 0.84% 0.51% -
HSV(B) 201.82º 0.89% 0.92% -
XYZ 27.82 31.01 83.12 -
YUV 127.9 188.44 55.32 -
System Red Green Blue C M Y K H S L
Decimal 26 159 235 0.89 0.32 0 0.08 201.82 0.84 0.51
Hex 1A 9F EB 59 20 0 8 CA 54 33
Octal 32 237 353 131 40 0 10 312 124 63
Binary 11010 10011111 11101011 1011001 100000 0 1000 11001010 1010100 110011

Color Harmonies of #1A9FEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1A9FEB

Black with #1A9FEB

Text Example


Text Example

White with #1A9FEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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