Html Css Color HEX #1A08DB Medium Blue

📋 copy color: '#1A08DB'

red 26 ◦ green 8 ◦ blue 219

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

Shades of Medium Blue #1A08DB

Tints of Medium Blue #1A08DB

RGB

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

 GREEN value IS 8 (3.52% from 255) = 3.16%

 BLUE value IS 219 (85.94% from 255) = 86.56%

R = 10.28%
G = 3.16%
B = 86.56%

CMYK

 C value IS 0.88

 M value IS 0.96

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#1A08DB (or 0x1A08DB) is known color: Medium Blue. HEX triplet: 1A, 08 and DB. RGB value is (26,8,219). Sum of RGB (Red+Green+Blue) = 26+8+219=253 (33% of max value = 765). Red value is 26 (10.55% from 255 or 10.28% from 253); Green value is 8 (3.52% from 255 or 3.16% from 253); Blue value is 219 (85.94% from 255 or 86.56% from 253); Max value from RGB is 219 - color contains mainly: blue. Hex color #1A08DB is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #1A08DB is #E5F724. Grayscale: #242424. Windows color (decimal): -15071013 or 14354458. OLE color: 14354458.

HSL color Cylindrical-coordinate representation of color #1A08DB: hue angle of 245.12º degrees, saturation: 0.93, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #1A08DB is Cyan = 0.88, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 26 8 219 -
CMYK 0.88 0.96 0 0.14
HSL 245.12º 0.93% 0.45% -
HSV(B) 245.12º 0.96% 0.86% -
XYZ 13.3 5.51 67.38 -
YUV 37.44 230.46 119.84 -
System Red Green Blue C M Y K H S L
Decimal 26 8 219 0.88 0.96 0 0.14 245.12 0.93 0.45
Hex 1A 8 DB 58 60 0 E F5 5D 2D
Octal 32 10 333 130 140 0 16 365 135 55
Binary 11010 1000 11011011 1011000 1100000 0 1110 11110101 1011101 101101

Color Harmonies of #1A08DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1A08DB

Black with #1A08DB

Text Example


Text Example

White with #1A08DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(26,8,219); }

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

background-color css

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

 a { background-color: rgb(26,8,219); }

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

border-color css

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

 span { border-color: rgb(26,8,219); }

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