Html Css Color HEX #1A9BFB Dodger Blue

📋 copy color: '#1A9BFB'

red 26 ◦ green 155 ◦ blue 251

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

Shades of Dodger Blue #1A9BFB

Tints of Dodger Blue #1A9BFB

RGB

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

 GREEN value IS 155 (60.94% from 255) = 35.88%

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

R = 6.02%
G = 35.88%
B = 58.1%

CMYK

 C value IS 0.90

 M value IS 0.38

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#1A9BFB (or 0x1A9BFB) is known color: Dodger Blue. HEX triplet: 1A, 9B and FB. RGB value is (26,155,251). Sum of RGB (Red+Green+Blue) = 26+155+251=432 (57% of max value = 765). Red value is 26 (10.55% from 255 or 6.02% from 432); Green value is 155 (60.94% from 255 or 35.88% from 432); Blue value is 251 (98.44% from 255 or 58.10% from 432); Max value from RGB is 251 - color contains mainly: blue. Hex color #1A9BFB is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #1A9BFB is #E56404. Grayscale: #7E7E7E. Windows color (decimal): -15033349 or 16489242. OLE color: 16489242.

HSL color Cylindrical-coordinate representation of color #1A9BFB: hue angle of 205.6º 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 #1A9BFB is Cyan = 0.90, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 26 155 251 -
CMYK 0.90 0.38 0 0.02
HSL 205.6º 0.97% 0.54% -
HSV(B) 205.6º 0.9% 0.98% -
XYZ 29.56 30.63 95.62 -
YUV 127.37 197.76 55.69 -
System Red Green Blue C M Y K H S L
Decimal 26 155 251 0.90 0.38 0 0.02 205.6 0.97 0.54
Hex 1A 9B FB 5A 26 0 2 CE 61 36
Octal 32 233 373 132 46 0 2 316 141 66
Binary 11010 10011011 11111011 1011010 100110 0 10 11001110 1100001 110110

Color Harmonies of #1A9BFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1A9BFB

Black with #1A9BFB

Text Example


Text Example

White with #1A9BFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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