Html Css Color HEX #1E0FCC Medium Blue

📋 copy color: '#1E0FCC'

red 30 ◦ green 15 ◦ blue 204

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

Shades of Medium Blue #1E0FCC

Tints of Medium Blue #1E0FCC

RGB

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

 GREEN value IS 15 (6.25% from 255) = 6.02%

 BLUE value IS 204 (80.08% from 255) = 81.93%

R = 12.05%
G = 6.02%
B = 81.93%

CMYK

 C value IS 0.85

 M value IS 0.93

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#1E0FCC (or 0x1E0FCC) is known color: Medium Blue. HEX triplet: 1E, 0F and CC. RGB value is (30,15,204). Sum of RGB (Red+Green+Blue) = 30+15+204=249 (32% of max value = 765). Red value is 30 (12.11% from 255 or 12.05% from 249); Green value is 15 (6.25% from 255 or 6.02% from 249); Blue value is 204 (80.08% from 255 or 81.93% from 249); Max value from RGB is 204 - color contains mainly: blue. Hex color #1E0FCC is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #1E0FCC is #E1F033. Grayscale: #282828. Windows color (decimal): -14807092 or 13373214. OLE color: 13373214.

HSL color Cylindrical-coordinate representation of color #1E0FCC: hue angle of 244.76º degrees, saturation: 0.86, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #1E0FCC is Cyan = 0.85, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 30 15 204 -
CMYK 0.85 0.93 0 0.2
HSL 244.76º 0.86% 0.43% -
HSV(B) 244.76º 0.93% 0.8% -
XYZ 11.61 4.98 57.48 -
YUV 41.03 219.97 120.13 -
System Red Green Blue C M Y K H S L
Decimal 30 15 204 0.85 0.93 0 0.2 244.76 0.86 0.43
Hex 1E F CC 55 5D 0 14 F5 56 2B
Octal 36 17 314 125 135 0 24 365 126 53
Binary 11110 1111 11001100 1010101 1011101 0 10100 11110101 1010110 101011

Color Harmonies of #1E0FCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1E0FCC

Black with #1E0FCC

Text Example


Text Example

White with #1E0FCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(30,15,204); }

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

background-color css

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

 a { background-color: rgb(30,15,204); }

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

border-color css

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

 span { border-color: rgb(30,15,204); }

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