Html Css Color HEX #1A9DFB Dodger Blue

📋 copy color: '#1A9DFB'

red 26 ◦ green 157 ◦ blue 251

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

Shades of Dodger Blue #1A9DFB

Tints of Dodger Blue #1A9DFB

RGB

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

 GREEN value IS 157 (61.72% from 255) = 36.18%

 BLUE value IS 251 (98.44% from 255) = 57.83%

R = 5.99%
G = 36.18%
B = 57.83%

CMYK

 C value IS 0.90

 M value IS 0.37

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#1A9DFB (or 0x1A9DFB) is known color: Dodger Blue. HEX triplet: 1A, 9D and FB. RGB value is (26,157,251). Sum of RGB (Red+Green+Blue) = 26+157+251=434 (57% of max value = 765). Red value is 26 (10.55% from 255 or 5.99% from 434); Green value is 157 (61.72% from 255 or 36.18% from 434); Blue value is 251 (98.44% from 255 or 57.83% from 434); Max value from RGB is 251 - color contains mainly: blue. Hex color #1A9DFB is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #1A9DFB is #E56204. Grayscale: #808080. Windows color (decimal): -15032837 or 16489754. OLE color: 16489754.

HSL color Cylindrical-coordinate representation of color #1A9DFB: hue angle of 205.07º degrees, saturation: 0.97, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1A9DFB is Cyan = 0.90, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 26 157 251 -
CMYK 0.90 0.37 0 0.02
HSL 205.07º 0.97% 0.54% -
HSV(B) 205.07º 0.9% 0.98% -
XYZ 29.9 31.3 95.73 -
YUV 128.55 197.1 54.86 -
System Red Green Blue C M Y K H S L
Decimal 26 157 251 0.90 0.37 0 0.02 205.07 0.97 0.54
Hex 1A 9D FB 5A 25 0 2 CD 61 36
Octal 32 235 373 132 45 0 2 315 141 66
Binary 11010 10011101 11111011 1011010 100101 0 10 11001101 1100001 110110

Color Harmonies of #1A9DFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1A9DFB

Black with #1A9DFB

Text Example


Text Example

White with #1A9DFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(26,157,251); }

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

background-color css

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

 a { background-color: rgb(26,157,251); }

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

border-color css

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

 span { border-color: rgb(26,157,251); }

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