Html Css Color HEX #1E05DD Medium Blue

📋 copy color: '#1E05DD'

red 30 ◦ green 5 ◦ blue 221

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

Shades of Medium Blue #1E05DD

Tints of Medium Blue #1E05DD

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.95%

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

R = 11.72%
G = 1.95%
B = 86.33%

CMYK

 C value IS 0.86

 M value IS 0.98

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#1E05DD (or 0x1E05DD) is known color: Medium Blue. HEX triplet: 1E, 05 and DD. RGB value is (30,5,221). Sum of RGB (Red+Green+Blue) = 30+5+221=256 (33% of max value = 765). Red value is 30 (12.11% from 255 or 11.72% from 256); Green value is 5 (2.34% from 255 or 1.95% from 256); Blue value is 221 (86.72% from 255 or 86.33% from 256); Max value from RGB is 221 - color contains mainly: blue. Hex color #1E05DD is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #1E05DD is #E1FA22. Grayscale: #242424. Windows color (decimal): -14809635 or 14484766. OLE color: 14484766.

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

Color convert

RGB 30 5 221 -
CMYK 0.86 0.98 0 0.13
HSL 246.94º 0.96% 0.44% -
HSV(B) 246.94º 0.98% 0.87% -
XYZ 13.64 5.61 68.77 -
YUV 37.1 231.78 122.94 -
System Red Green Blue C M Y K H S L
Decimal 30 5 221 0.86 0.98 0 0.13 246.94 0.96 0.44
Hex 1E 5 DD 56 62 0 D F7 60 2C
Octal 36 5 335 126 142 0 15 367 140 54
Binary 11110 101 11011101 1010110 1100010 0 1101 11110111 1100000 101100

Color Harmonies of #1E05DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1E05DD

Black with #1E05DD

Text Example


Text Example

White with #1E05DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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