Html Css Color HEX #1E08DD Medium Blue

📋 copy color: '#1E08DD'

red 30 ◦ green 8 ◦ blue 221

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

Shades of Medium Blue #1E08DD

Tints of Medium Blue #1E08DD

RGB

 RED value IS 30 (12.11% from 255) = 11.58%

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

 BLUE value IS 221 (86.72% from 255) = 85.33%

R = 11.58%
G = 3.09%
B = 85.33%

CMYK

 C value IS 0.86

 M value IS 0.96

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#1E08DD (or 0x1E08DD) is known color: Medium Blue. HEX triplet: 1E, 08 and DD. RGB value is (30,8,221). Sum of RGB (Red+Green+Blue) = 30+8+221=259 (34% of max value = 765). Red value is 30 (12.11% from 255 or 11.58% from 259); Green value is 8 (3.52% from 255 or 3.09% from 259); Blue value is 221 (86.72% from 255 or 85.33% from 259); Max value from RGB is 221 - color contains mainly: blue. Hex color #1E08DD is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #1E08DD is #E1F722. Grayscale: #262626. Windows color (decimal): -14808867 or 14485534. OLE color: 14485534.

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

Color convert

RGB 30 8 221 -
CMYK 0.86 0.96 0 0.13
HSL 246.2º 0.93% 0.45% -
HSV(B) 246.2º 0.96% 0.87% -
XYZ 13.67 5.67 68.78 -
YUV 38.86 230.79 121.68 -
System Red Green Blue C M Y K H S L
Decimal 30 8 221 0.86 0.96 0 0.13 246.2 0.93 0.45
Hex 1E 8 DD 56 60 0 D F6 5D 2D
Octal 36 10 335 126 140 0 15 366 135 55
Binary 11110 1000 11011101 1010110 1100000 0 1101 11110110 1011101 101101

Color Harmonies of #1E08DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1E08DD

Black with #1E08DD

Text Example


Text Example

White with #1E08DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(30,8,221); }

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

background-color css

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

 a { background-color: rgb(30,8,221); }

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

border-color css

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

 span { border-color: rgb(30,8,221); }

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